DEPENDS_PATH := $(PATH_TO_TOP)/tools/
Seems to need a trailing / on the other option as well???
I can't explain what's going on here, so I'm trying to fix it by trial and error.
Once again, please let me know if it breaks things for others.
svn path=/trunk/; revision=3842
ifeq ($(SEP),\)
DEPENDS_PATH := $(subst /,\,$(PATH_TO_TOP))\tools\
else
-DEPENDS_PATH := $(PATH_TO_TOP)/tools
+DEPENDS_PATH := $(PATH_TO_TOP)/tools/
endif
.%.d: %.c $(PATH_TO_TOP)/tools/depends$(EXE_POSTFIX)