diff options
author | Tom Lane | 2005-08-16 03:33:39 +0000 |
---|---|---|
committer | Tom Lane | 2005-08-16 03:33:39 +0000 |
commit | f47f4be902a7ef01b8e340b790f37e4703289501 (patch) | |
tree | 1ff9a30c27595c9ae29da60a2027e176ac09cd69 /GNUmakefile.in | |
parent | a55a75f02dd83761d201030e11277ebbba27a1bc (diff) |
Remove registration message in all the supported back branches;REL7_2_STABLE
we had decided to drop it for 7.4, and no one misses it.
Diffstat (limited to 'GNUmakefile.in')
-rw-r--r-- | GNUmakefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile.in b/GNUmakefile.in index 4739bbf83f..c770a2b4ab 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,7 +1,7 @@ # # PostgreSQL top level makefile # -# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.23 2001/11/21 23:19:25 momjian Exp $ +# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.23.2.1 2005/08/16 03:33:39 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 $@ |