Bug 469523 - xpcshell-tests: enable leak log in tinderbox (log); (Gv1a) fix build dependencies of automationutils.py

r=benjamin
This commit is contained in:
Ted Mielczarek 2009-09-06 03:08:46 +02:00
Родитель d246f57ef6
Коммит 6d33760d9e
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -71,8 +71,8 @@ else
AUTOMATION_PPARGS += -DIS_DEBUG_BUILD=0
endif
$(CURDIR)/automationutils.py:
$(INSTALL) $(MOZILLA_DIR)/build/automationutils.py .
$(CURDIR)/automationutils.py: $(MOZILLA_DIR)/build/automationutils.py
$(INSTALL) $< .
automation.py: $(MOZILLA_DIR)/build/automation.py.in $(MOZILLA_DIR)/build/automation-build.mk $(CURDIR)/automationutils.py
$(PYTHON) $(MOZILLA_DIR)/config/Preprocessor.py \