mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 22:59:54 -04:00
gmake distclean wasn't removing the configure generated Makefile in
pg_version... ...fixed
This commit is contained in:
parent
8f4865bdd7
commit
3253f9e222
1 changed files with 2 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue