Forráskód Böngészése

Remove .depend when doing distclean

Carmelo Amoroso 16 éve
szülő
commit
afedbca93b
1 módosított fájl, 1 hozzáadás és 1 törlés
  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