mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +03:00
Improve distclean.
This commit is contained in:
@ -7,7 +7,7 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# IDENTIFICATION
|
||||||
# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.25 1998/04/06 17:02:13 momjian Exp $
|
# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.26 1998/08/30 03:34:05 momjian Exp $
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -80,13 +80,14 @@ distclean: clean
|
|||||||
bin/pg_version/Makefile \
|
bin/pg_version/Makefile \
|
||||||
include/config.h \
|
include/config.h \
|
||||||
include/dynloader.h \
|
include/dynloader.h \
|
||||||
|
include/os.h \
|
||||||
|
include/version.h \
|
||||||
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/ecpg/lib/Makefile \
|
interfaces/ecpg/lib/Makefile \
|
||||||
interfaces/libpq/Makefile \
|
interfaces/libpq/Makefile \
|
||||||
interfaces/libpgtcl/Makefile \
|
interfaces/libpgtcl/Makefile \
|
||||||
include/os.h \
|
|
||||||
Makefile.port
|
Makefile.port
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user