diff options
| author | Peter Eisentraut | 2007-01-20 15:25:29 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2007-01-20 15:25:29 +0000 |
| commit | 862c3ff04ddb3cf6f5d4fc1639fb64074a75c96b (patch) | |
| tree | db1ea2c51a8c3c4ee14f3c93ef98a32832f29cde /src/interfaces | |
| parent | 09c1baabc3c6a6c208bd8de0c92a50b7ffebc786 (diff) | |
Only build ecpg test code when the test is to be performed, in line with
other test code.
Diffstat (limited to 'src/interfaces')
| -rw-r--r-- | src/interfaces/ecpg/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/Makefile b/src/interfaces/ecpg/Makefile index dcd578fb046..1428423d4f1 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 $@ |
