From: Marc G. Fournier Date: Tue, 2 Dec 1997 03:19:42 +0000 (+0000) Subject: gmake distclean wasn't removing the configure generated Makefile in X-Git-Tag: REL9_0_0~27935 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=3253f9e222da2a31ff118868ab4830bc72f1a33c;p=pg-rex%2Fsyncrep.git gmake distclean wasn't removing the configure generated Makefile in pg_version... ...fixed --- diff --git a/src/GNUmakefile.in b/src/GNUmakefile.in index 3455b12e3a..06ee2deb7d 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 \