Bug 576026 - runtests.py.in is an interpolated file and shouldn't be. r=ted, a=bsmedberg

--HG--
rename : testing/mochitest/runtests.py.in => testing/mochitest/runtests.py
This commit is contained in:
Edmund Wong 2010-08-21 12:52:22 -07:00
parent 2ac02f22a3
commit 82c094d68f
2 changed files with 0 additions and 6 deletions

View File

@ -116,12 +116,6 @@ libs:: $(_MOD_PYWEBSOCKET_FILES)
libs:: $(_HANDSHAKE_FILES)
$(INSTALL) $(foreach f,$^,"$f") $(_DEST_DIR)/pywebsocket/mod_pywebsocket/handshake
runtests.py: runtests.py.in
$(PYTHON) $(topsrcdir)/config/Preprocessor.py \
$(DEFINES) $(ACDEFINES) $^ > $@
GARBAGE += runtests.py
libs:: $(_SERV_FILES)
$(INSTALL) $^ $(_DEST_DIR)