Skip to content

Commit

Permalink
Bug 767839 Don't preprocess update-settings.ini twice r=khuey
Browse files Browse the repository at this point in the history
--HG--
rename : build/update-settings.ini.in => build/update-settings.ini
  • Loading branch information
Neil Rashbrook committed Jul 3, 2012
1 parent 3717f02 commit 0b6461b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions build/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,6 @@ leaktest.py: leaktest.py.in
chmod +x $@
GARBAGE += leaktest.py

ifneq (android,$(MOZ_WIDGET_TOOLKIT))
ifdef MOZ_UPDATER
update-settings.ini: update-settings.ini.in $(APP_INI_DEPS)
$(PYTHON) $(topsrcdir)/config/Preprocessor.py $(DEFINES) $< > $@
GARBAGE += update-settings.ini
endif
endif

ifdef MOZ_APP_BASENAME
application.ini: application.ini.in $(APP_INI_DEPS)
$(PYTHON) $(topsrcdir)/config/Preprocessor.py $(DEFINES) $< > $@
Expand Down
File renamed without changes.

0 comments on commit 0b6461b

Please sign in to comment.