diff --git a/ChangeLog b/ChangeLog index 3719639..ccea5a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-10-11 Ralf Wildenhues + + * tests/Makefile.in (VPATH): Fix syntax error. + 2006-09-14 Richard B. Kreckel * examples/perfnum.cc: update to presumed 44th Mersenne prime. diff --git a/tests/Makefile.in b/tests/Makefile.in index 2b98597..3df2260 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -33,7 +33,7 @@ SHELL = /bin/sh # Needed by ${LIBTOOL}. top_builddir = .. -VPATH = {(srcdir} +VPATH = ${srcdir} FILES_CC := $(notdir $(wildcard ${srcdir}/*.cc)) FILES_CC := $(filter-out %.i.cc, ${FILES_CC})