aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1997-12-02 03:19:42 +0000
committerMarc G. Fournier <scrappy@hub.org>1997-12-02 03:19:42 +0000
commit3253f9e222da2a31ff118868ab4830bc72f1a33c (patch)
treedc0da2b23ebce20025c1e4495b6f96309cada2da /src
parent8f4865bdd722c1845f438178f653e2f2211f10b1 (diff)
downloadpostgresql-3253f9e222da2a31ff118868ab4830bc72f1a33c.tar.gz
postgresql-3253f9e222da2a31ff118868ab4830bc72f1a33c.zip
gmake distclean wasn't removing the configure generated Makefile in
pg_version... ...fixed
Diffstat (limited to 'src')
-rw-r--r--src/GNUmakefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/GNUmakefile.in b/src/GNUmakefile.in
index 3455b12e3ac..06ee2deb7d6 100644
--- a/src/GNUmakefile.in
+++ b/src/GNUmakefile.in
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.19 1997/11/07 06:22:36 thomas Exp $
+# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.20 1997/12/02 03:19:42 scrappy Exp $
#
#-------------------------------------------------------------------------
@@ -93,6 +93,7 @@ distclean: clean
backend/port/Makefile \
bin/psql/Makefile \
bin/pg_dump/Makefile \
+ bin/pg_version/Makefile \
include/config.h \
backend/utils/Gen_fmgrtab.sh \
include/os.h \