From: Bruce Momjian Date: Sat, 17 Oct 1998 03:48:54 +0000 (+0000) Subject: Fix for GNUmakefile. X-Git-Tag: REL6_4_2~199 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8333387dec1459ccf19654b36d4c911e0a750a29;p=postgresql Fix for GNUmakefile. --- diff --git a/src/GNUmakefile.in b/src/GNUmakefile.in index c6b3e7c7e4..4c77bb585b 100644 --- a/src/GNUmakefile.in +++ b/src/GNUmakefile.in @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.37 1998/10/17 02:36:11 momjian Exp $ +# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.38 1998/10/17 03:48:54 momjian Exp $ # #------------------------------------------------------------------------- @@ -69,8 +69,8 @@ clean: distclean: clean # The second group of files comes from configure.in - rm -f - Makefile.port + rm -f \ + Makefile.port \ config.cache \ config.status \ config.log \