summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane1999-07-01 00:06:28 +0000
committerTom Lane1999-07-01 00:06:28 +0000
commit0aa544eb4161d2695409589d3607b6c2c1921170 (patch)
tree81b2de2f92120942fa57301fa8bf3b46446347be
parentfa179dde82da89842a93a1efd916a6751a37eac9 (diff)
make distclean missed a few symlinks created by configure.
-rw-r--r--src/GNUmakefile.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/GNUmakefile.in b/src/GNUmakefile.in
index 21b436b643..10ecd4c262 100644
--- a/src/GNUmakefile.in
+++ b/src/GNUmakefile.in
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $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 $
#
#-------------------------------------------------------------------------
@@ -68,7 +68,7 @@ clean:
$(MAKE) -C ../contrib/spi clean
distclean: clean
- # The second group of files comes from configure.in
+ # Remove files and symlinks created by configure script
rm -f \
Makefile.port \
config.cache \
@@ -80,6 +80,10 @@ distclean: clean
backend/port/tas.s \
backend/port/dynloader.c \
backend/utils/Gen_fmgrtab.sh \
+ interfaces/odbc/port \
+ interfaces/odbc/makefiles \
+ interfaces/odbc/template \
+ interfaces/odbc/config.h \
\
\
\