mirror of
https://github.com/postgres/postgres.git
synced 2026-03-12 05:32:27 -04:00
Only build ecpg test code when the test is to be performed, in line with
other test code.
This commit is contained in:
parent
09c1baabc3
commit
862c3ff04d
1 changed files with 0 additions and 1 deletions
|
|
@ -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 $@
|
||||
|
|
|
|||
Loading…
Reference in a new issue