From 22b09542dcc56209019cc30c94fbc3086e47105f Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Wed, 11 Oct 2006 19:11:18 +0000 Subject: [PATCH] * tests/Makefile.in (VPATH): Fix syntax error. --- ChangeLog | 4 ++++ tests/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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})