Skip to content

Commit 0aa544e

Browse files
committed
make distclean missed a few symlinks created by configure.
1 parent fa179dd commit 0aa544e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/GNUmakefile.in

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# 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 $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -68,7 +68,7 @@ clean:
6868
$(MAKE) -C ../contrib/spi clean
6969

7070
distclean: clean
71-
# The second group of files comes from configure.in
71+
# Remove files and symlinks created by configure script
7272
rm -f \
7373
Makefile.port \
7474
config.cache \
@@ -80,6 +80,10 @@ distclean: clean
8080
backend/port/tas.s \
8181
backend/port/dynloader.c \
8282
backend/utils/Gen_fmgrtab.sh \
83+
interfaces/odbc/port \
84+
interfaces/odbc/makefiles \
85+
interfaces/odbc/template \
86+
interfaces/odbc/config.h \
8387
\
8488
\
8589
\

0 commit comments

Comments
 (0)