diff --git a/js/src/Makefile.in b/js/src/Makefile.in index fce9fad467a..139c9bf5d38 100644 --- a/js/src/Makefile.in +++ b/js/src/Makefile.in @@ -60,7 +60,7 @@ DIRS += shell endif # FIXME: bug 530688 covers getting these working on Android -ifneq (,$(filter-out ANDROID,$(OS_ARCH))) +ifneq ($(OS_ARCH),ANDROID) ifdef ENABLE_TESTS DIRS += jsapi-tests endif @@ -495,7 +495,7 @@ else CPPSRCS += pm_stub.cpp endif -ifeq (,$(filter-out WINNT,$(OS_ARCH))) +ifeq ($(OS_ARCH),WINNT) INSTALLED_HEADERS += jscpucfg.h endif @@ -537,7 +537,7 @@ endif default:: ifneq (,$(CROSS_COMPILE)$(filter-out WINNT OS2,$(OS_ARCH))) -ifneq (,$(filter-out SYMBIAN,$(OS_ARCH))) +ifneq ($(OS_ARCH),SYMBIAN) # nsinstall doesn't get built until we enter config/ in the exports phase, # so we'll have to manually ensure it gets built here if we want to use # $(EXPORTS)