Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-02-18 23:13:22 +0300
committerMike Frysinger <vapier@gentoo.org>2006-02-18 23:13:22 +0300
commit611e085c20be9161027de66d982a0da5d1e1955f (patch)
treeb7f0a4bae9756b157f059cacffb8634b6caf7194 /Makefile
parenta568ef23437fc82f7e41a796384e3976a44d1b12 (diff)
kill all .depend files
Diffstat (limited to 'Makefile')
-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:
distclean: clean
- $(RM_F) scripts/bb_mkdep
- rm -rf include/config $(DEP_INCLUDES)
- - find . -name .depend -exec $(RM_F) {} \;
+ - find . -name .depend'*' -exec $(RM_F) {} \;
$(RM_F) .config .config.old .config.cmd
release: distclean #doc