Bug 984511 - make selfhosted.out.h explicitly depend on TypedObjectConstants.h; r=glandium

This commit is contained in:
Nathan Froyd 2014-03-19 07:59:39 -04:00
parent a6b5bb9aa6
commit b7cb2906be

View File

@ -383,6 +383,7 @@ selfhosted_out_h_deps := \
$(selfhosting_srcs) \
$(srcdir)/js.msg \
$(srcdir)/builtin/embedjs.py \
$(srcdir)/builtin/TypedObjectConstants.h \
$(NULL)
SELFHOSTED_DEFINES += $(DEFINES) $(ACDEFINES)