From 9b4b8e92ebe74c46d9e5fed33634f4abd77610fd Mon Sep 17 00:00:00 2001
From: "Marc G. Fournier" <scrappy@hub.org>
Date: Fri, 28 Feb 1997 18:34:58 +0000
Subject: [PATCH] Create a distclean make directive to handle cleaning out
 configure generated files, that shouldn't be removed on a make clean

Pointed out by half the hackers mailing list :)
---
 src/GNUmakefile.in | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/GNUmakefile.in b/src/GNUmakefile.in
index 65ea3b6ba8d..29b3cfcb87a 100644
--- a/src/GNUmakefile.in
+++ b/src/GNUmakefile.in
@@ -7,7 +7,7 @@
 #
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.8 1997/02/28 15:35:50 scrappy Exp $
+#    $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.9 1997/02/28 18:34:58 scrappy Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -67,6 +67,8 @@ endif
 ifneq ($(wildcard man), )
 	$(MAKE) -C man clean
 endif
+
+distclean: clean
 	rm -f Makefile.global include/config.h GNUmakefile
 
 .DEFAULT:
-- 
GitLab