From 5118ff8a482bd9bd945dae0d04ed7ab5e3a22362 Mon Sep 17 00:00:00 2001 From: Robert Dickenson Date: Mon, 9 Dec 2002 17:26:00 +0000 Subject: [PATCH] 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 --- reactos/tools/depend.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/tools/depend.mk b/reactos/tools/depend.mk index f259929a25e..63756f41fa6 100644 --- a/reactos/tools/depend.mk +++ b/reactos/tools/depend.mk @@ -13,7 +13,7 @@ endif 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)