summaryrefslogtreecommitdiff
path: root/GNUmakefile.in
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2003-10-13 21:39:41 +0000
committerPeter Eisentraut <peter_e@gmx.net>2003-10-13 21:39:41 +0000
commit014a0a3da1296104cfde959fa4cd1673cb557ad5 (patch)
treeb448ec957b689ed63ce1e792bd5480714460e59d /GNUmakefile.in
parent27318d8873670b7732f773b1a95b44ae927c9d54 (diff)
downloadpostgresql-014a0a3da1296104cfde959fa4cd1673cb557ad5.tar.gz
Remove registration message, after discussion concluded that it was of
little use.
Diffstat (limited to 'GNUmakefile.in')
-rw-r--r--GNUmakefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile.in b/GNUmakefile.in
index 30a3459ab5..215b198cf7 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -1,7 +1,7 @@
#
# PostgreSQL top level makefile
#
-# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.34 2003/08/05 04:55:58 pgsql Exp $
+# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.35 2003/10/13 21:39:41 petere Exp $
#
subdir =
@@ -16,7 +16,7 @@ all:
install:
$(MAKE) -C doc install
$(MAKE) -C src install
- @cat $(srcdir)/register.txt
+ @echo "PostgreSQL installation complete."
installdirs uninstall distprep:
$(MAKE) -C doc $@