From c7a8cbcd45815fc9c24a9c885d121b941a71e72f Mon Sep 17 00:00:00 2001 From: deuce <> Date: Sat, 11 Sep 2004 07:46:41 +0000 Subject: [PATCH] rules.mk will be in build, not SRC_ROOT. --- src/build/Common.gmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build/Common.gmake b/src/build/Common.gmake index 47f4b14ebf..2242fa6119 100644 --- a/src/build/Common.gmake +++ b/src/build/Common.gmake @@ -205,7 +205,7 @@ else # RELEASE endif -include targets.mk --include $(SRC_ROOT)/rules.mk +-include $(SRC_ROOT)/build/rules.mk -include objects.mk # defines $(OBJS) -include libobjs.mk # defines $(LIB_OBJS) -- GitLab