Commit 0aa544eb authored by Tom Lane's avatar Tom Lane

make distclean missed a few symlinks created by configure.

parent fa179dde
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # 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: ...@@ -68,7 +68,7 @@ clean:
$(MAKE) -C ../contrib/spi clean $(MAKE) -C ../contrib/spi clean
distclean: clean distclean: clean
# The second group of files comes from configure.in # Remove files and symlinks created by configure script
rm -f \ rm -f \
Makefile.port \ Makefile.port \
config.cache \ config.cache \
...@@ -80,6 +80,10 @@ distclean: clean ...@@ -80,6 +80,10 @@ distclean: clean
backend/port/tas.s \ backend/port/tas.s \
backend/port/dynloader.c \ backend/port/dynloader.c \
backend/utils/Gen_fmgrtab.sh \ backend/utils/Gen_fmgrtab.sh \
interfaces/odbc/port \
interfaces/odbc/makefiles \
interfaces/odbc/template \
interfaces/odbc/config.h \
\ \
\ \
\ \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment