bug 534336 - build should test OS_ARCH instead of OS_TARGET for WINCE r=mfinkle

This commit is contained in:
Brad Lassey 2009-12-11 17:03:19 -08:00
parent 59d106423a
commit ffe59d843d
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ installer:
package:
@rm -rf dist/fennec*
ifeq ($(OS_TARGET),WINCE)
ifeq ($(OS_ARCH),WINCE)
@$(MAKE) -C mobile/installer installer
else
@$(MAKE) -C mobile/installer

View File

@ -152,7 +152,7 @@ ifdef MOZ_FASTSTART
CABARGS += -faststart
endif
ifeq ($(OS_TARGET),WINCE)
ifeq ($(OS_ARCH),WINCE)
VSINSTALLDIR ?= $(error VSINSTALLDIR not set, must be set to the Visual Studio install directory)