瀏覽代碼

Remove .depend when doing distclean

Carmelo Amoroso 16 年之前
父節點
當前提交
afedbca93b
共有 1 個文件被更改,包括 1 次插入1 次删除
  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