Bug 348884 - XULRunner Mac/Universal build fails trying to build JavaXPCOM. r=bsmedberg, a=beltzner. XULRunner only

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@208213 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pedemont%us.ibm.com
2006-08-23 19:32:53 +00:00
parent 5cb1d454f2
commit d416609b07
2 changed files with 10 additions and 4 deletions

View File

@@ -44,10 +44,11 @@ include $(DEPTH)/config/autoconf.mk
DIRS = src
TOOL_DIRS = \
tools/genifaces \
glue \
$(NULL)
TOOL_DIRS = glue
ifndef CROSS_COMPILE
TOOL_DIRS += tools/genifaces
endif
include $(topsrcdir)/config/rules.mk