From 862c3ff04ddb3cf6f5d4fc1639fb64074a75c96b Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 20 Jan 2007 15:25:29 +0000 Subject: [PATCH] Only build ecpg test code when the test is to be performed, in line with other test code. --- src/interfaces/ecpg/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/src/interfaces/ecpg/Makefile b/src/interfaces/ecpg/Makefile index dcd578fb04..1428423d4f 100644 --- a/src/interfaces/ecpg/Makefile +++ b/src/interfaces/ecpg/Makefile @@ -8,7 +8,6 @@ all install installdirs uninstall dep depend distprep: $(MAKE) -C ecpglib $@ $(MAKE) -C compatlib $@ $(MAKE) -C preproc $@ - $(MAKE) -C test $@ clean distclean maintainer-clean: -$(MAKE) -C include $@ -- 2.40.0