Explorar o código

Remove .depend when doing distclean

Carmelo Amoroso %!s(int64=16) %!d(string=hai) anos
pai
achega
afedbca93b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      extra/config/Makefile

+ 1 - 1
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