aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-02-18 20:13:22 +0000
committerMike Frysinger <vapier@gentoo.org>2006-02-18 20:13:22 +0000
commit611e085c20be9161027de66d982a0da5d1e1955f (patch)
treeb7f0a4bae9756b157f059cacffb8634b6caf7194
parenta568ef23437fc82f7e41a796384e3976a44d1b12 (diff)
downloadbusybox-w32-611e085c20be9161027de66d982a0da5d1e1955f.tar.gz
busybox-w32-611e085c20be9161027de66d982a0da5d1e1955f.tar.bz2
busybox-w32-611e085c20be9161027de66d982a0da5d1e1955f.zip
kill all .depend files
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9b41a664c..b3f27769c 100644
--- a/Makefile
+++ b/Makefile
@@ -428,7 +428,7 @@ clean:
428distclean: clean 428distclean: clean
429 - $(RM_F) scripts/bb_mkdep 429 - $(RM_F) scripts/bb_mkdep
430 - rm -rf include/config $(DEP_INCLUDES) 430 - rm -rf include/config $(DEP_INCLUDES)
431 - find . -name .depend -exec $(RM_F) {} \; 431 - find . -name .depend'*' -exec $(RM_F) {} \;
432 $(RM_F) .config .config.old .config.cmd 432 $(RM_F) .config .config.old .config.cmd
433 433
434release: distclean #doc 434release: distclean #doc