Bustage fix for Bug 410156

This commit is contained in:
2008-04-17 15:59:53 -07:00
parent 42f6efcf3a
commit 8b3d6741ec

View File

@@ -53,6 +53,8 @@ XPCSHELL_TESTS = \
include $(topsrcdir)/config/rules.mk
ifneq (,$(filter-out OS2 Darwin,$(OS_ARCH)))
# Hack to allow preprocessing of test_bug410156.js
libs:: unit/test_bug410156.js.in
$(PYTHON) $(MOZILLA_DIR)/config/Preprocessor.py $(DEFINES) $(ACDEFINES) $^ > $(TESTROOT)/unit/test_bug410156.js
endif