We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentfa179dd commit0aa544eCopy full SHA for 0aa544e
src/GNUmakefile.in
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.41 1998/10/18 04:16:07 momjian Exp $
+# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.42 1999/07/01 00:06:28 tgl Exp $
11
12
#-------------------------------------------------------------------------
13
@@ -68,7 +68,7 @@ clean:
68
$(MAKE) -C ../contrib/spi clean
69
70
distclean: clean
71
-# The second group of files comes fromconfigure.in
+#Remove files and symlinks created byconfigure script
72
rm -f \
73
Makefile.port \
74
config.cache \
@@ -80,6 +80,10 @@ distclean: clean
80
backend/port/tas.s \
81
backend/port/dynloader.c \
82
backend/utils/Gen_fmgrtab.sh \
83
+interfaces/odbc/port \
84
+interfaces/odbc/makefiles \
85
+interfaces/odbc/template \
86
+interfaces/odbc/config.h \
87
\
88
89