Put things back how they work for others until I work it out properly.

svn path=/trunk/; revision=3865
This commit is contained in:
Robert Dickenson 2002-12-10 09:31:30 +00:00
parent f51d9f66a6
commit c43641f102

View file

@ -11,9 +11,9 @@ include $(DEP_FILES)
endif
ifeq ($(SEP),\)
DEPENDS_PATH := $(subst /,\,$(PATH_TO_TOP))\tools\
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)