Fix dom binding test makefile to actually work right. r=khuey, no bug

This commit is contained in:
Boris Zbarsky 2012-07-19 14:48:59 -04:00
Родитель 8024ef90c6
Коммит ddb1f3e7a5
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -49,6 +49,10 @@ bindinggen_dependencies := \
$(GLOBAL_DEPS) \
$(NULL)
# Include rules.mk before any of our targets so our first target is coming from
# rules.mk and running make with no target in this dir does the right thing.
include $(topsrcdir)/config/rules.mk
$(CPPSRCS): ../%Binding.cpp: $(bindinggen_dependencies) \
../%.webidl \
$(NULL)
@ -65,8 +69,6 @@ MOCHITEST_FILES = \
$(NULL)
include $(topsrcdir)/config/rules.mk
check::
PYTHONDONTWRITEBYTECODE=1 $(PYTHON) $(topsrcdir)/config/pythonpath.py \
$(PLY_INCLUDE) $(srcdir)/../parser/runtests.py