Remove more stuff during 'make distclean'.

This commit is contained in:
"Steven J. Hill" 2007-07-06 04:58:01 +00:00
parent 9a4ca08e5f
commit 6f59d3ce32

View File

@ -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