From ca34acb3d6ee1372574601cb2a839d7aa7b8b43a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Mon, 6 Aug 2007 09:25:03 +0000 Subject: [PATCH] Remove ARCH define in config.template.rbuild. It is a duplicate of the ROS_ARCH environment variable. svn path=/trunk/; revision=28189 --- reactos/Makefile | 2 +- reactos/config-ppc.template.rbuild | 6 ------ reactos/config.template.rbuild | 6 ------ 3 files changed, 1 insertion(+), 13 deletions(-) diff --git a/reactos/Makefile b/reactos/Makefile index ab1b16d1ae5..d3a85aae112 100644 --- a/reactos/Makefile +++ b/reactos/Makefile @@ -380,7 +380,7 @@ else endif INSTALL_ := $(INSTALL)$(SEP) -RBUILD_FLAGS := -rReactOS-$(ARCH).rbuild +RBUILD_FLAGS := -rReactOS-$(ARCH).rbuild -DARCH=$(ARCH) $(INTERMEDIATE): ${mkdir} $@ diff --git a/reactos/config-ppc.template.rbuild b/reactos/config-ppc.template.rbuild index c5f7cf1d0f9..aee4e34983a 100644 --- a/reactos/config-ppc.template.rbuild +++ b/reactos/config-ppc.template.rbuild @@ -12,12 +12,6 @@ --> - - - - - -