[CLN-list] syntax error in tests/Makefile.in
Ralf Wildenhues
Ralf.Wildenhues at gmx.de
Wed Oct 11 20:01:49 CEST 2006
Hello there,
Your move from $() to ${} in makefiles introduced a small bug (aside,
the rationale for this move seems rather difficult to understand to me).
Cheers,
Ralf
2006-10-11 Ralf Wildenhues <Ralf.Wildenhues at gmx.de>
* tests/Makefile.in (VPATH): Fix syntax error.
Index: tests/Makefile.in
===================================================================
RCS file: /home/cvs/cln/tests/Makefile.in,v
retrieving revision 1.9
diff -u -r1.9 Makefile.in
--- tests/Makefile.in 16 Aug 2006 21:45:02 -0000 1.9
+++ tests/Makefile.in 11 Oct 2006 17:49:20 -0000
@@ -33,7 +33,7 @@
# Needed by ${LIBTOOL}.
top_builddir = ..
-VPATH = {(srcdir}
+VPATH = ${srcdir}
FILES_CC := $(notdir $(wildcard ${srcdir}/*.cc))
FILES_CC := $(filter-out %.i.cc, ${FILES_CC})
More information about the CLN-list
mailing list