summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2009-12-23 19:17:45 +0000
committerPeter Eisentraut <peter_e@gmx.net>2009-12-23 19:17:45 +0000
commitada3c65e456daec07244c9bf94b30976e7161cca (patch)
tree99a34315b6856a3d69e840ef3ab2ff520a842178 /Makefile
parentd68e08d1fea8b71057849321a17f87839a2ecbd0 (diff)
downloadpostgresql-ada3c65e456daec07244c9bf94b30976e7161cca.tar.gz
Replace target list by a wildcard, so that this workaround makefile
also works transparently for lesser used targets.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index accf677e25..7c89e96edf 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@
# GNUmakefile won't exist yet, so we catch that case as well.
-all check install installdirs installcheck installcheck-parallel uninstall clean distclean maintainer-clean:
+%:
@if [ ! -f GNUmakefile ] ; then \
echo "You need to run the 'configure' program first. See the file"; \
echo "'INSTALL' for installation instructions." ; \