浏览代码

- got rid of ../../Makefile.rules:80: xxxx.d: No such file or directory
(still experimental since it might hide some legitimate not able to
build xxxx.d errors)

Andrei Pelinescu-Onciul 20 年之前
父节点
当前提交
a2dd69c1c6
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Makefile.rules

+ 2 - 2
Makefile.rules

@@ -77,9 +77,9 @@ TAGS:
 	$(MKTAGS) 
 	
 ifeq (,$(MAKECMDGOALS))
-include $(depends)
+-include $(depends)
 endif
 ifneq (,$(filter-out clean proper distclean realclean mantainer-clean TAGS \
 		tar modules, $(MAKECMDGOALS)))
-include $(depends)
+-include $(depends)
 endif