summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhpa <hpa>2001-07-26 22:54:16 +0000
committerhpa <hpa>2001-07-26 22:54:16 +0000
commit4003a672ce68f2439f16fa3a097c1c845db4b92b (patch)
tree49d07e2ccc6bff9ce4cfd9829e97e20b106488b5
parent32b1e62a8cf0aae58e41d99626ceb5eb8519dca8 (diff)
downloadtftp-hpa-4003a672ce68f2439f16fa3a097c1c845db4b92b.tar.gz
"make distclean" must remove config.statustftp-hpa-0.19
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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