diff options
Diffstat (limited to 'src/components/script/dom/bindings/codegen/test')
-rw-r--r-- | src/components/script/dom/bindings/codegen/test/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/script/dom/bindings/codegen/test/Makefile.in b/src/components/script/dom/bindings/codegen/test/Makefile.in index de388187c87..d8104db5ffd 100644 --- a/src/components/script/dom/bindings/codegen/test/Makefile.in +++ b/src/components/script/dom/bindings/codegen/test/Makefile.in @@ -79,9 +79,9 @@ $(CPPSRCS): ../%Binding.cpp: $(bindinggen_dependencies) \ $(MAKE) -C .. $*Binding.cpp check:: - PYTHONDONTWRITEBYTECODE=1 $(PYTHON) $(topsrcdir)/config/pythonpath.py \ + $(PYTHON) $(topsrcdir)/config/pythonpath.py \ $(PLY_INCLUDE) $(srcdir)/../parser/runtests.py check-interactive: - PYTHONDONTWRITEBYTECODE=1 $(PYTHON) $(topsrcdir)/config/pythonpath.py \ + $(PYTHON) $(topsrcdir)/config/pythonpath.py \ $(PLY_INCLUDE) $(srcdir)/../parser/runtests.py -q |