Bug 1146738 - Fix race condition between js/src/target and js/src/host. r=mshal

This commit is contained in:
Mike Hommey 2015-04-14 09:54:32 +09:00
parent e156ce990d
commit 66abc23aa9

View File

@ -163,5 +163,8 @@ endif
ifdef MOZ_CRT
mozglue/crt/target: mozglue/build/target
endif
# js/src/target can end up invoking js/src/host rules (through object files
# depending on jsautokw.h, which depends on host_jskwgen, and that can't
# happen at the same time (bug #1146738)
js/src/target: js/src/host
endif