Only build ecpg test code when the test is to be performed, in line with

other test code.
This commit is contained in:
Peter Eisentraut 2007-01-20 15:25:29 +00:00
parent 09c1baabc3
commit 862c3ff04d
1 changed files with 0 additions and 1 deletions

View File

@ -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 $@