Bug 418896 - Removed profileserver.py.in from being preprocessed; r=ted a=NPOTB

--HG--
rename : build/pgo/profileserver.py.in => build/pgo/profileserver.py
This commit is contained in:
Edmund Wong 2011-01-25 15:15:38 -05:00
parent 614084bd6a
commit 4954c8b116
2 changed files with 2 additions and 6 deletions

View File

@ -81,11 +81,7 @@ genpgocert.py: genpgocert.py.in
$(PYTHON) $(topsrcdir)/config/Preprocessor.py \
$(AUTOMATION_PPARGS) $(DEFINES) $(ACDEFINES) $^ > $@
profileserver.py: profileserver.py.in
$(PYTHON) $(topsrcdir)/config/Preprocessor.py $^ > $@
chmod +x $@
GARBAGE += profileserver.py genpgocert.py
GARBAGE += genpgocert.py
libs:: $(_PGO_FILES)
$(INSTALL) $^ $(_PROFILE_DIR)

View File

@ -16,7 +16,7 @@
# The Original Code is mozilla.org code.
#
# The Initial Developer of the Original Code is
# Mozilla Foundation.
# the Mozilla Foundation.
# Portions created by the Initial Developer are Copyright (C) 1998
# the Initial Developer. All Rights Reserved.
#