unbreak ECPG tests for VPATH builds.

This commit is contained in:
Andrew Dunstan 2007-08-23 00:38:17 +00:00
parent 2ae8825a8e
commit 1535f26c70
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ test1.pgc: test1.pgc.in
sed -e 's,@TEMP_PORT@,$(TEMP_PORT),g' \ sed -e 's,@TEMP_PORT@,$(TEMP_PORT),g' \
$< >$@ $< >$@
sed -e 's,@TEMP_PORT@,$(TEMP_PORT),g' \ sed -e 's,@TEMP_PORT@,$(TEMP_PORT),g' \
../expected/connect-test1.c.in >../expected/connect-test1.c $(top_srcdir)/$(subdir)/../expected/connect-test1.c.in >../expected/connect-test1.c
TESTS = test1 test1.c \ TESTS = test1 test1.c \
test2 test2.c \ test2 test2.c \