Selaa lähdekoodia

Remove .depend when doing distclean

Carmelo Amoroso 16 vuotta sitten
vanhempi
commit
afedbca93b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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