We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa8376 commit 8333387Copy full SHA for 8333387
src/GNUmakefile.in
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $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 $
11
12
#-------------------------------------------------------------------------
13
@@ -69,8 +69,8 @@ clean:
69
70
distclean: clean
71
# The second group of files comes from configure.in
72
- rm -f
73
- Makefile.port
+ rm -f \
+ Makefile.port \
74
config.cache \
75
config.status \
76
config.log \
0 commit comments