aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 95fb3b5c5..7e37ed40d 100644
--- a/Makefile
+++ b/Makefile
@@ -450,9 +450,10 @@ clean:
450 -o -name \*.os -o -name \*.osm -o -name \*.a | xargs rm -f 450 -o -name \*.os -o -name \*.osm -o -name \*.a | xargs rm -f
451 451
452distclean: clean 452distclean: clean
453 - rm -f scripts/bb_mkdep 453 rm -f scripts/bb_mkdep scripts/usage
454 - rm -r -f include/config $(DEP_INCLUDES) 454 rm -r -f include/config include/_usage.h include/config.h $(DEP_INCLUDES)
455 - find . -name .depend'*' | xargs rm -f 455 find . -name .depend'*' -print0 | xargs -0 rm -f
456 rm -f .hdepend
456 rm -f .config .config.old .config.cmd 457 rm -f .config .config.old .config.cmd
457 458
458release: distclean #doc 459release: distclean #doc