We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a55a75f commit f47f4beCopy full SHA for f47f4be
GNUmakefile.in
@@ -1,7 +1,7 @@
1
#
2
# PostgreSQL top level makefile
3
4
-# $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 $
5
6
7
subdir =
@@ -16,7 +16,7 @@ all:
16
install:
17
$(MAKE) -C doc install
18
$(MAKE) -C src install
19
- @cat $(srcdir)/register.txt
+ @echo "PostgreSQL installation complete."
20
21
installdirs uninstall distprep:
22
$(MAKE) -C doc $@
register.txt
0 commit comments