From 07164748b0686f13fba7f941765dc1762d1bf852 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 1 Jul 1999 00:06:28 +0000 Subject: [PATCH] make distclean missed a few symlinks created by configure. --- src/GNUmakefile.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/GNUmakefile.in b/src/GNUmakefile.in index 01fe4570b7..9d7e0d2ecb 100644 --- a/src/GNUmakefile.in +++ b/src/GNUmakefile.in @@ -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 \ \ \ \ -- 2.39.5