From fdeedc6853e90d595706d068be5e7facb0476426 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 24 Nov 2014 00:27:05 -0500 Subject: Makefile.br: Remove $(nconf-objs) in distclean --- 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: -- cgit v0.9.1