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 27318d8 commit 014a0a3Copy full SHA for 014a0a3
GNUmakefile.in
@@ -1,7 +1,7 @@
1
#
2
# PostgreSQL top level makefile
3
4
-# $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 $
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