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 b5417a3 commit 7387e88Copy full SHA for 7387e88
src/GNUmakefile.in
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.18 1997/10/30 04:46:37 momjian Exp $
+# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.19 1997/11/07 06:22:36 thomas Exp $
11
12
#-------------------------------------------------------------------------
13
@@ -65,7 +65,7 @@ install:
65
ifneq ($(wildcard man), )
66
$(MAKE) -C man install
67
endif
68
- more ../register.txt
+ cat ../register.txt
69
70
clean:
71
@if test $(PORTNAME) = UNDEFINED; then \
0 commit comments