소스 검색

- makecfg.lst INCLUDES comparison allows now for differences in whitespace
(thank to Pavel Kasparek <[email protected]>)

Andrei Pelinescu-Onciul 17 년 전
부모
커밋
ec4c6a42c5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Makefile.rules

+ 1 - 1
Makefile.rules

@@ -32,7 +32,7 @@ ifneq ($(strip $(DEFS)), $(strip $(CFG_DEFS)))
 #$(warning               : <$(strip $(CFG_DEFS))>)
 $(shell rm -f makecfg.lst)
 endif
-ifneq ($(INCLUDES), $(CFG_INCLUDES))
+ifneq ($(strip $(INCLUDES)), $(strip $(CFG_INCLUDES)))
 $(shell rm -f makecfg.lst)
 endif
 endif