From af8d505179c112487bbae571274ddcfb0281d549 Mon Sep 17 00:00:00 2001 From: Kyle Huey Date: Wed, 4 Apr 2012 19:11:30 -0700 Subject: [PATCH] Bug 741248: Attempt a fix by twiddling the makefile a bit. r=me --- dom/bindings/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dom/bindings/Makefile.in b/dom/bindings/Makefile.in index 51f351925ece..42a124b845f4 100644 --- a/dom/bindings/Makefile.in +++ b/dom/bindings/Makefile.in @@ -107,7 +107,8 @@ $(CACHE_DIR)/.done: ParserResults.pkl: $(globalgen_dependencies) \ $(addprefix $(webidl_base)/, $(webidl_files)) - $(PYTHON_PATH) -I$(topsrcdir)/other-licenses/ply -I$(srcdir)/parser \ + $(PYTHON) $(topsrcdir)/config/pythonpath.py \ + -I$(topsrcdir)/other-licenses/ply -I$(srcdir)/parser \ $(srcdir)/GlobalGen.py $(ACCESSOR_OPT) $(srcdir)/Bindings.conf $(webidl_base) \ --cachedir=$(CACHE_DIR) \ $(webidl_files)