diff options
-rw-r--r-- | Makefile.br | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.br b/Makefile.br index 440f02d..15c514d 100644 --- a/Makefile.br +++ b/Makefile.br @@ -63,7 +63,7 @@ clean: $(Q)rm -f $(addprefix $(obj)/,$(clean-files)) distclean: clean $(Q)rm -f $(addprefix $(obj)/,$(lxdialog) $(conf-objs) $(mconf-objs) $(kxgettext-objs) \ - $(hostprogs-y) $(qconf-cxxobjs) $(qconf-objs) $(gconf-objs) \ + $(hostprogs-y) $(qconf-cxxobjs) $(qconf-objs) $(gconf-objs) $(nconf-objs) \ mconf .depend) FORCE: |