summaryrefslogtreecommitdiff
path: root/GNUmakefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile.in')
-rw-r--r--GNUmakefile.in11
1 files changed, 4 insertions, 7 deletions
diff --git a/GNUmakefile.in b/GNUmakefile.in
index 44c0ad63040..581628f77e9 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -1,7 +1,7 @@
#
# PostgreSQL top level makefile
#
-# $PostgreSQL: pgsql/GNUmakefile.in,v 1.40 2004/07/30 12:26:39 petere Exp $
+# $PostgreSQL: pgsql/GNUmakefile.in,v 1.41 2004/10/06 08:49:58 momjian Exp $
#
subdir =
@@ -15,9 +15,9 @@ all:
@echo "All of PostgreSQL successfully made. Ready to install."
install:
- $(MAKE) -C doc install
- $(MAKE) -C src install
- $(MAKE) -C config install
+ $(MAKE) -C doc $@
+ $(MAKE) -C src $@
+ $(MAKE) -C config $@
@echo "PostgreSQL installation complete."
installdirs uninstall distprep:
@@ -25,9 +25,6 @@ installdirs uninstall distprep:
$(MAKE) -C src $@
$(MAKE) -C config $@
-install-all-headers:
- $(MAKE) -C src $@
-
# clean, distclean, etc should apply to contrib too, even though
# it's not built by default
clean: