diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2010-01-29 01:06:18 +0000 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2010-01-29 01:06:18 +0000 |
commit | 8d827f6b5c0d6c1cc6b427c1b43c7584aa1b8c61 (patch) | |
tree | 56b25e1656250b5d7ec96b754b3540bbac2f3c95 /GNUmakefile.in | |
parent | 7523960d639a4e59af3afc93e32f6460883f6641 (diff) | |
download | postgresql-8d827f6b5c0d6c1cc6b427c1b43c7584aa1b8c61.tar.gz postgresql-8d827f6b5c0d6c1cc6b427c1b43c7584aa1b8c61.zip |
Fix thinko in new installcheck-world target
Diffstat (limited to 'GNUmakefile.in')
-rw-r--r-- | GNUmakefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile.in b/GNUmakefile.in index aa4af2afd2c..ec26142269b 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,7 +1,7 @@ # # PostgreSQL top level makefile # -# $PostgreSQL: pgsql/GNUmakefile.in,v 1.56 2010/01/28 23:59:52 adunstan Exp $ +# $PostgreSQL: pgsql/GNUmakefile.in,v 1.57 2010/01/29 01:06:18 adunstan Exp $ # subdir = @@ -77,7 +77,7 @@ check installcheck installcheck-parallel: installcheck-world: $(MAKE) -C src/test installcheck $(MAKE) -C src/pl installcheck - $(MAKE) -C interfaces/ecpg installcheck + $(MAKE) -C src/interfaces/ecpg installcheck $(MAKE) -C contrib installcheck GNUmakefile: GNUmakefile.in $(top_builddir)/config.status |