Change "more" to "cat" to allow typeahead while making backend.

This commit is contained in:
Thomas G. Lockhart 1997-11-07 06:22:36 +00:00
parent b5417a39da
commit 7387e88720
1 changed files with 2 additions and 2 deletions

View File

@ -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 \