File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-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.41 1998/10/18 04:16:07 momjian Exp $
10
+ # $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.42 1999/07/01 00:06:28 tgl Exp $
11
11
#
12
12
#-------------------------------------------------------------------------
13
13
68
68
$(MAKE) -C ../contrib/spi clean
69
69
70
70
distclean: clean
71
- # The second group of files comes from configure.in
71
+ # Remove files and symlinks created by configure script
72
72
rm -f \
73
73
Makefile.port \
74
74
config.cache \
@@ -80,6 +80,10 @@ distclean: clean
80
80
backend/port/tas.s \
81
81
backend/port/dynloader.c \
82
82
backend/utils/Gen_fmgrtab.sh \
83
+ interfaces/odbc/port \
84
+ interfaces/odbc/makefiles \
85
+ interfaces/odbc/template \
86
+ interfaces/odbc/config.h \
83
87
\
84
88
\
85
89
\
You can’t perform that action at this time.
0 commit comments