Followup to Bug 585625 we need to sync js/src too r=sad build, rs=khuey, a=sad build

This commit is contained in:
Justin Wood 2010-09-20 00:07:06 -04:00
parent 09f96a9f25
commit 31fabf469c

View File

@ -1874,7 +1874,7 @@ endif # MOZ_JAVAXPCOM
ifneq (,$(filter %.js,$(EXTRA_COMPONENTS) $(EXTRA_PP_COMPONENTS)))
ifeq (,$(filter %.manifest,$(EXTRA_COMPONENTS) $(EXTRA_PP_COMPONENTS)))
ifndef NO_JS_MANIFEST
$(error .js component without matching .manifest)
$(error .js component without matching .manifest. See https://developer.mozilla.org/en/XPCOM/XPCOM_changes_in_Gecko_2.0)
endif
endif
endif