From: Marc G. Fournier Date: Wed, 8 Jan 1997 07:32:15 +0000 (+0000) Subject: Typo: Change Postgres95 to PostgreSQL X-Git-Tag: REL6_1~778 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d02015d1cc50b1df11b4f4de755dbbac43f00d68;p=postgresql Typo: Change Postgres95 to PostgreSQL By: tgl@mythos.jpl.nasa.gov --- diff --git a/src/GNUmakefile b/src/GNUmakefile index 8f655dd138..f77d8bb683 100644 --- a/src/GNUmakefile +++ b/src/GNUmakefile @@ -6,7 +6,7 @@ # Copyright (c) 1994, Regents of the University of California # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile,v 1.1 1996/12/31 07:26:26 bryanh Exp $ +# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile,v 1.2 1997/01/08 07:32:15 scrappy Exp $ # #------------------------------------------------------------------------- @@ -41,7 +41,7 @@ ifneq ($(wildcard man), ) $(MAKE) -C man $@ endif @if test $@. = all. -o $@. = .; then \ - echo All of Postgres95 is successfully made. Ready to install. ;\ + echo All of PostgreSQL is successfully made. Ready to install. ;\ fi TAGS: