From 47a7b14969dedc1a6daefa765f646fd884f8c5a4 Mon Sep 17 00:00:00 2001 From: Gregory Szorc Date: Tue, 5 Feb 2013 11:12:00 -0800 Subject: [PATCH] Bug 837803 - Part 2: Proper dependencies for DataReportingService.js; r=glandium --- services/datareporting/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/services/datareporting/Makefile.in b/services/datareporting/Makefile.in index 9cb42e3649c..d9db394f7a1 100644 --- a/services/datareporting/Makefile.in +++ b/services/datareporting/Makefile.in @@ -27,3 +27,7 @@ EXTRA_PP_COMPONENTS := \ $(NULL) include $(topsrcdir)/config/rules.mk + +$(FINAL_TARGET)/components/DataReportingService.js: policy.jsm sessions.jsm ../common/observers.js + +