mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-18 09:43:33 +08:00
Remove more stuff during 'make distclean'.
This commit is contained in:
parent
9a4ca08e5f
commit
6f59d3ce32
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user