소스 검색

- 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