diff options
| author | Bruce Momjian | 1998-10-17 03:48:54 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1998-10-17 03:48:54 +0000 |
| commit | 8333387dec1459ccf19654b36d4c911e0a750a29 (patch) | |
| tree | 3b85c9f4e17092e4ab4d67ba03b4f6423780a240 /src/GNUmakefile.in | |
| parent | 4aa8376505448590c2bfa457bb3958f8b6efd680 (diff) | |
Fix for GNUmakefile.
Diffstat (limited to 'src/GNUmakefile.in')
| -rw-r--r-- | src/GNUmakefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/GNUmakefile.in b/src/GNUmakefile.in index c6b3e7c7e49..4c77bb585bf 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 \ |
