From bccf79f0b0295ab4691267a862abc3c5c6d8c0b6 Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Wed, 8 Aug 2012 18:57:22 +0200 Subject: [PATCH] Bug 781128 - Fix application.ini dependencies after bug 767839 on a CLOSED TREE. r=ted --HG-- extra : transplant_source : N%3F%B1%F9%F7%2A%DC%B3%0C%3C%13%0D%24%17%07%9FP%DE%7D%5B --- build/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/Makefile.in b/build/Makefile.in index 88b2aa463539..ea19bbeb8c10 100644 --- a/build/Makefile.in +++ b/build/Makefile.in @@ -132,6 +132,8 @@ leaktest.py: leaktest.py.in GARBAGE += leaktest.py ifdef MOZ_APP_BASENAME +$(FINAL_TARGET)/application.ini: $(APP_INI_DEPS) + ifdef MOZ_APP_STATIC_INI application.ini.h: appini_header.py $(FINAL_TARGET)/application.ini $(PYTHON) $^ > $@