From 4003a672ce68f2439f16fa3a097c1c845db4b92b Mon Sep 17 00:00:00 2001 From: hpa Date: Thu, 26 Jul 2001 22:54:16 +0000 Subject: [PATCH] "make distclean" must remove config.status --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c5ed735..302530b 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ install: MCONFIG $(patsubst %, %.install, $(SUB)) clean: $(patsubst %, %.clean, $(SUB)) distclean: $(patsubst %, %.distclean, $(SUB)) - rm -f MCONFIG config.cache config.log config.h *~ \#* + rm -f MCONFIG config.status config.cache config.log config.h *~ \#* find . -type f \( -name \*.orig -o -name \*.rej \) | xargs -r rm -f spotless: distclean