Still... having problems with auto-depends on when running building Windows.

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
This commit is contained in:
Robert Dickenson 2002-12-09 17:26:00 +00:00
parent 8d49e96dcf
commit 5118ff8a48

View file

@ -13,7 +13,7 @@ endif
ifeq ($(SEP),\) ifeq ($(SEP),\)
DEPENDS_PATH := $(subst /,\,$(PATH_TO_TOP))\tools\ DEPENDS_PATH := $(subst /,\,$(PATH_TO_TOP))\tools\
else else
DEPENDS_PATH := $(PATH_TO_TOP)/tools DEPENDS_PATH := $(PATH_TO_TOP)/tools/
endif endif
.%.d: %.c $(PATH_TO_TOP)/tools/depends$(EXE_POSTFIX) .%.d: %.c $(PATH_TO_TOP)/tools/depends$(EXE_POSTFIX)