aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-05-21 10:04:46 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-05-21 10:04:46 +0000
commit690975c57084a39804959ce6d9a6b20769d8c374 (patch)
treeab3675ecaf9a8b8d7024463a376f65f8fc3682c8 /Makefile
parent95065c5e3c35e78b8997bf6ac7769b2f4e541ed8 (diff)
downloadbusybox-w32-690975c57084a39804959ce6d9a6b20769d8c374.tar.gz
busybox-w32-690975c57084a39804959ce6d9a6b20769d8c374.tar.bz2
busybox-w32-690975c57084a39804959ce6d9a6b20769d8c374.zip
- there is no _usage.h anymore, so don't rm it in distclean.
git-svn-id: svn://busybox.net/trunk/busybox@15152 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 80dabcc8e..b13f79323 100644
--- a/Makefile
+++ b/Makefile
@@ -453,7 +453,7 @@ clean:
453 453
454distclean: clean 454distclean: clean
455 rm -f scripts/bb_mkdep scripts/usage 455 rm -f scripts/bb_mkdep scripts/usage
456 rm -r -f include/config include/_usage.h include/config.h $(DEP_INCLUDES) 456 rm -r -f include/config include/config.h $(DEP_INCLUDES)
457 find . -name .depend'*' -print0 | xargs -0 rm -f 457 find . -name .depend'*' -print0 | xargs -0 rm -f
458 rm -f .hdepend 458 rm -f .hdepend
459 rm -f .config .config.old .config.cmd 459 rm -f .config .config.old .config.cmd