projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a4ca08
)
Remove more stuff during 'make distclean'.
author
"Steven J. Hill"
<sjhill@realitydiluted.com>
Fri, 6 Jul 2007 04:58:01 +0000
(
04:58
-0000)
committer
"Steven J. Hill"
<sjhill@realitydiluted.com>
Fri, 6 Jul 2007 04:58:01 +0000
(
04:58
-0000)
package/config/Makefile
patch
|
blob
|
history
diff --git
a/package/config/Makefile
b/package/config/Makefile
index 436f574bb050315e450f9e6ebc643c3e5dfc0490..982569f74669f3c519472db222746e560c8f574b 100644
(file)
--- a/
package/config/Makefile
+++ b/
package/config/Makefile
@@
-32,7
+32,8
@@
clean:
$(Q)rm -f $(clean-files)
distclean: clean
$(Q)rm -f $(lxdialog) $(conf-objs) $(mconf-objs) $(kxgettext-objs) \
- $(hostprogs-y) $(qconf-cxxobjs) $(qconf-objs) $(gconf-objs)
+ $(hostprogs-y) $(qconf-cxxobjs) $(qconf-objs) $(gconf-objs) \
+ mconf .depend
FORCE:
.PHONY: FORCE clean distclean