Commit a4c18f55 authored by Marc G. Fournier's avatar Marc G. Fournier

Make sure anything configure related is removed on a distclean

parent 9b4b8e92
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # IDENTIFICATION
# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.9 1997/02/28 18:34:58 scrappy Exp $ # $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.10 1997/02/28 18:45:17 scrappy Exp $
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
...@@ -69,7 +69,18 @@ ifneq ($(wildcard man), ) ...@@ -69,7 +69,18 @@ ifneq ($(wildcard man), )
endif endif
distclean: clean distclean: clean
rm -f Makefile.global include/config.h GNUmakefile rm -f Makefile.global \
config.cache \
config.status \
config.log \
GNUmakefile \
Makefile.global \
backend/port/Makefile \
bin/psql/Makefile \
bin/pg_dump/Makefile \
include/config.h \
include/os.h
.DEFAULT: .DEFAULT:
@if test $(PORTNAME) = UNDEFINED; then \ @if test $(PORTNAME) = UNDEFINED; then \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment