diff --git a/src/backend/Makefile b/src/backend/Makefile index 5c6a31e186da323f931a37917549367fbaef369e..7cf55de5a4fde2fb7f1133ef16eddbf14dd4966b 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 $ # #-------------------------------------------------------------------------