Explorar el Código

Remove .depend when doing distclean

Carmelo Amoroso hace 16 años
padre
commit
afedbca93b
Se han modificado 1 ficheros con 1 adiciones y 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