summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2009-12-23 19:42:15 +0000
committerPeter Eisentraut <peter_e@gmx.net>2009-12-23 19:42:15 +0000
commit98e8a419ef1c766319b528fb876eca340aaf228e (patch)
tree70e76e2a1dd873289f904304841c179cc66eed31 /Makefile
parentada3c65e456daec07244c9bf94b30976e7161cca (diff)
downloadpostgresql-98e8a419ef1c766319b528fb876eca340aaf228e.tar.gz
Revert brainfart: Of course the wildcard only works in GNU make itself.
Instead, add a few targets that were missing.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7c89e96edf..bbf5de05a6 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 dist distcheck:
@if [ ! -f GNUmakefile ] ; then \
echo "You need to run the 'configure' program first. See the file"; \
echo "'INSTALL' for installation instructions." ; \