Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Bug 847001. Make globalgen depend on the actual set of WebIDL files w…
Browse files Browse the repository at this point in the history
…e're compiling, not just on the individual files. r=khuey
  • Loading branch information
bzbarsky committed Mar 4, 2013
1 parent 444fe6e commit 0386651
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dom/bindings/Makefile.in
Expand Up @@ -193,6 +193,8 @@ globalgen_dependencies := \
Configuration.py \
Codegen.py \
parser/WebIDL.py \
../webidl/WebIDL.mk \
$(all_webidl_files) \
$(CACHE_DIR)/.done \
$(GLOBAL_DEPS) \
$(NULL)
Expand All @@ -201,8 +203,7 @@ $(CACHE_DIR)/.done:
$(MKDIR) -p $(CACHE_DIR)
@$(TOUCH) $@

ParserResults.pkl: $(globalgen_dependencies) \
$(all_webidl_files)
ParserResults.pkl: $(globalgen_dependencies)
PYTHONDONTWRITEBYTECODE=1 $(PYTHON) $(topsrcdir)/config/pythonpath.py \
$(PLY_INCLUDE) -I$(srcdir)/parser \
$(srcdir)/GlobalGen.py $(srcdir)/Bindings.conf . \
Expand Down

0 comments on commit 0386651

Please sign in to comment.