diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-11-24 00:27:05 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-11-24 00:27:05 (EST) |
commit | fdeedc6853e90d595706d068be5e7facb0476426 (patch) | |
tree | 77d9df4e0a21def5d51c9cd2eccbd4d58f46f4e3 | |
parent | 8c4b009f23729f68cf210e1b17527792c4eb9ffc (diff) |
Makefile.br: Remove $(nconf-objs) in distclean
-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: |