summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-05-31 17:15:37 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-05-31 17:15:37 +0000
commit20ef4ea02ad9cc6ec26c4ea8c05d2d311bbe9666 (patch)
tree2fdbdb6ab93f873375645e8ff6d098b01b7306ee /Makefile.in
parent590514724ae896b1232eff8c6693b2c3f40703ab (diff)
- rm all deps on distclean
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 9023024ab..c03ea4f39 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -367,7 +367,7 @@ clean:
$(RM) $(top_builddir)extra/scripts/unifdef
distclean: clean
- -find . \( -name core -o -name \*.orig -o -name \*~ \) -exec $(RM) {} \;
+ -find . \( -name core -o -name \*.orig -o -name \*~ -o -name .\*.dep \) -exec $(RM) {} \;
$(RM) .config .config.old .config.cmd
$(RM) extra/locale/*.tgz
$(MAKE) -C extra/config distclean