summaryrefslogtreecommitdiff
path: root/GNUmakefile.in
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2005-08-16 03:32:34 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2005-08-16 03:32:34 +0000
commitd5bd53c2c5aea50d0a9c5a445da9da9c34990bd8 (patch)
tree9a4a36dfc476121c184084db9c9678df4fd779c3 /GNUmakefile.in
parentbec2f429afe01f41bc8e7c69deef03b46b911139 (diff)
downloadpostgresql-d5bd53c2c5aea50d0a9c5a445da9da9c34990bd8.tar.gz
Remove registration message in all the supported back branches;
we had decided to drop it for 7.4, and no one misses it.
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 bc23ff6076..2b17d47769 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -1,7 +1,7 @@
#
# PostgreSQL top level makefile
#
-# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.30 2002/10/21 00:12:45 momjian Exp $
+# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.30.2.1 2005/08/16 03:32:33 tgl 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 $@