diff --git a/xpcom/typelib/xpidl/Makefile.in b/xpcom/typelib/xpidl/Makefile.in index 78c63bd29c0..5b01c65a900 100644 --- a/xpcom/typelib/xpidl/Makefile.in +++ b/xpcom/typelib/xpidl/Makefile.in @@ -44,8 +44,8 @@ include $(DEPTH)/config/autoconf.mk MODULE = xpcom -ifndef WINCE -# Sadly, the code here is too smart for the WinCE compiler's brain +ifneq (,$(filter-out WINCE SYMBIAN,$(OS_ARCH))) +# Sadly, the code here is too smart for the WinCE/Symbian compiler's brain PROGRAM = xpidl$(BIN_SUFFIX) SDK_BINARY = $(PROGRAM) endif