From a4e08e4b9211515328b4c687bfa66146e73bcc7c Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Wed, 6 Apr 2011 15:40:10 +0200 Subject: [PATCH] make distclean now rips out config.status, too --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 91ff50a..61216d9 100644 --- a/Makefile +++ b/Makefile @@ -82,7 +82,7 @@ clean: rm -f usual/pgutil_kwlookup.h.gp distclean: clean - rm -f config.mak usual/config.h + rm -f config.mak usual/config.h config.status realclean: rm -f usual/pgutil_kwlookup.h -- 2.39.5