summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-10-06 08:50:02 +0000
committerBruce Momjian <bruce@momjian.us>2004-10-06 08:50:02 +0000
commit513e89b44b86abcd5dce44f51f424fbaa2e0126e (patch)
tree57ed31076649f0f460c38104db0fd7ad81d1ad03 /Makefile
parentd42d4272524f643ee6da2836749a37370928b3ad (diff)
downloadpostgresql-513e89b44b86abcd5dce44f51f424fbaa2e0126e.tar.gz
please find attached an alternate submission which addresses open item
"make pgxs install by default". It is up to the committers to chose. (1) there is only one "install" target. no more "install-all-headers". it simplifies/changes several makefiles. (2) the documentation reflects the change. (3) a minor fix on pgxs to use a nicer patch without a double slash. Fabien Coelho
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9de7cce180..d0cdc303e6 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 install-all-headers installcheck uninstall dep depend clean distclean maintainer-clean:
+all check install installdirs installcheck uninstall dep depend 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." ; \