File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 7
7
#
8
8
#
9
9
# IDENTIFICATION
10
- # $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.9 1997/02/28 18:34:58 scrappy Exp $
10
+ # $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.10 1997/02/28 18:45:17 scrappy Exp $
11
11
#
12
12
#-------------------------------------------------------------------------
13
13
@@ -69,7 +69,18 @@ ifneq ($(wildcard man), )
69
69
endif
70
70
71
71
distclean: clean
72
- rm -f Makefile.global include/config.h GNUmakefile
72
+ rm -f Makefile.global \
73
+ config.cache \
74
+ config.status \
75
+ config.log \
76
+ GNUmakefile \
77
+ Makefile.global \
78
+ backend/port/Makefile \
79
+ bin/psql/Makefile \
80
+ bin/pg_dump/Makefile \
81
+ include/config.h \
82
+ include/os.h
83
+
73
84
74
85
.DEFAULT:
75
86
@if test $(PORTNAME) = UNDEFINED; then \
You can’t perform that action at this time.
0 commit comments