aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas G. Lockhart <lockhart@fourpalms.org>1997-11-07 06:22:36 +0000
committerThomas G. Lockhart <lockhart@fourpalms.org>1997-11-07 06:22:36 +0000
commit7387e887206126178c47c1478daa6cb7678fff9c (patch)
tree2d510e2956966a774fac90c4f7cdf1d6345f2783
parentb5417a39da0167e2d08957ee133d8cdfb20deda2 (diff)
downloadpostgresql-7387e887206126178c47c1478daa6cb7678fff9c.tar.gz
postgresql-7387e887206126178c47c1478daa6cb7678fff9c.zip
Change "more" to "cat" to allow typeahead while making backend.
-rw-r--r--src/GNUmakefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GNUmakefile.in b/src/GNUmakefile.in
index ad70e06bef7..3455b12e3ac 100644
--- a/src/GNUmakefile.in
+++ b/src/GNUmakefile.in
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $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 $
#
#-------------------------------------------------------------------------
@@ -65,7 +65,7 @@ install:
ifneq ($(wildcard man), )
$(MAKE) -C man install
endif
- more ../register.txt
+ cat ../register.txt
clean:
@if test $(PORTNAME) = UNDEFINED; then \