diff options
-rw-r--r-- | extra/config/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/config/Makefile b/extra/config/Makefile index b27f77cc1..45ec1f47e 100644 --- a/extra/config/Makefile +++ b/extra/config/Makefile @@ -37,7 +37,7 @@ clean: $(Q)rm -f $(clean-files) conf 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) .depend FORCE: .PHONY: FORCE clean distclean |