diff options
author | Marc G. Fournier <scrappy@hub.org> | 1997-01-08 07:32:15 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1997-01-08 07:32:15 +0000 |
commit | d02015d1cc50b1df11b4f4de755dbbac43f00d68 (patch) | |
tree | 0b3ab27aa633fbf236013c4d23e5bbf2c044347c /src | |
parent | 73b6ffbf764c3221c28056301edaf5710a0ee8a1 (diff) | |
download | postgresql-d02015d1cc50b1df11b4f4de755dbbac43f00d68.tar.gz postgresql-d02015d1cc50b1df11b4f4de755dbbac43f00d68.zip |
Typo: Change Postgres95 to PostgreSQL
By: tgl@mythos.jpl.nasa.gov
Diffstat (limited to 'src')
-rw-r--r-- | src/GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GNUmakefile b/src/GNUmakefile index 8f655dd1383..f77d8bb683c 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: |