Bug 543469 - Remove compiled python objects from automation during 'make clean' [r=ted.mielczarek]

--HG--
extra : rebase_source : 9a0445c40fe27ec9fced679cc601ce55598d6fb8
This commit is contained in:
Mike Hommey 2010-04-19 10:17:51 +02:00
Родитель 9e9ba26a7e
Коммит 7e972548bd
2 изменённых файлов: 3 добавлений и 1 удалений

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

@ -198,4 +198,6 @@ ifeq ($(OS_ARCH),Linux)
libs:: $(topsrcdir)/tools/rb/fix-linux-stack.pl
$(INSTALL) $< $(DIST)/bin
endif
GARBAGE += automationutils.pyc
endif # ENABLE_TESTS

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

@ -78,4 +78,4 @@ automation.py: $(MOZILLA_DIR)/build/automation.py.in $(MOZILLA_DIR)/build/automa
$(PYTHON) $(MOZILLA_DIR)/config/Preprocessor.py \
$(AUTOMATION_PPARGS) $(DEFINES) $(ACDEFINES) $< > $@
GARBAGE += automation.py
GARBAGE += automation.py automation.pyc