Bug 1030598 - Fix make export race condition after bug 1028563. r=gps

This commit is contained in:
Mike Hommey 2014-06-26 15:26:16 +09:00
parent 266480683f
commit 3aa16d6d44

View File

@ -297,7 +297,7 @@ endif
ifdef MOZ_PSEUDO_DERECURSE
# Interdependencies for parallel export.
js/xpconnect/src/export: dom/bindings/export xpcom/xpidl/export
accessible/src/xpcom/export: xpcom/xpidl/export
accessible/xpcom/export: xpcom/xpidl/export
ifdef ENABLE_CLANG_PLUGIN
js/src/export config/export: build/clang-plugin/export
endif