projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09c1baa
)
Only build ecpg test code when the test is to be performed, in line with
author
Peter Eisentraut
Sat, 20 Jan 2007 15:25:29 +0000
(15:25 +0000)
committer
Peter Eisentraut
Sat, 20 Jan 2007 15:25:29 +0000
(15:25 +0000)
other test code.
src/interfaces/ecpg/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/Makefile
b/src/interfaces/ecpg/Makefile
index dcd578fb046da956c4211259477edd38d92b02af..1428423d4f17fe48ddd17e8f8418303e496efd00 100644
(file)
--- 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 $@