Commit 862c3ff0 authored by Peter Eisentraut's avatar Peter Eisentraut

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

other test code.
parent 09c1baab
...@@ -8,7 +8,6 @@ all install installdirs uninstall dep depend distprep: ...@@ -8,7 +8,6 @@ all install installdirs uninstall dep depend distprep:
$(MAKE) -C ecpglib $@ $(MAKE) -C ecpglib $@
$(MAKE) -C compatlib $@ $(MAKE) -C compatlib $@
$(MAKE) -C preproc $@ $(MAKE) -C preproc $@
$(MAKE) -C test $@
clean distclean maintainer-clean: clean distclean maintainer-clean:
-$(MAKE) -C include $@ -$(MAKE) -C include $@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment