From: Marc G. Fournier Date: Sat, 21 Sep 1996 06:27:11 +0000 (+0000) Subject: Nothing patched...just testing something with CVS... X-Git-Tag: REL2_0~560 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=83298ee312ab4ce86ab3bc080f55c85d51d0fa63;p=thirdparty%2Fpostgresql.git Nothing patched...just testing something with CVS... --- diff --git a/src/backend/Makefile b/src/backend/Makefile index 5c6a31e186d..7cf55de5a4f 100644 --- a/src/backend/Makefile +++ b/src/backend/Makefile @@ -1,13 +1,13 @@ #------------------------------------------------------------------------- # # Makefile-- -# Makefile for the postgres backend (and the postmaster) +# Makefile for the postgres backend (and the postmaster) # # Copyright (c) 1994, Regents of the University of California # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.5 1996/08/28 02:18:00 scrappy Exp $ +# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.6 1996/09/21 06:27:11 scrappy Exp $ # #-------------------------------------------------------------------------