summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhpa <hpa>2001-12-14 22:38:33 +0000
committerhpa <hpa>2001-12-14 22:38:33 +0000
commit21161046419ba49e2a247f9fe1231573318c37fc (patch)
tree1234db9c2a911d045d930edf5a8adf24e58b008a
parent7a3373656d25dcc7adc26cf482e8c5c05941ac64 (diff)
downloadtftp-hpa-21161046419ba49e2a247f9fe1231573318c37fc.tar.gz
Make sure version.h is deleted for "make distclean"
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9a57405..680f26f 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ localclean:
distclean: localdistclean $(patsubst %, %.distclean, $(SUB))
-localdistclean:
+localdistclean: localclean
rm -f MCONFIG config.status config.log acconfig.h *~ \#*
rm -rf *.cache
find . -type f \( -name \*.orig -o -name \*.rej \) | xargs -r rm -f