Browse Source

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

Andrei Pelinescu-Onciul 17 years ago
parent
commit
ec4c6a42c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile.rules

+ 1 - 1
Makefile.rules

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