From 2f432d2b309b0896a309b727c6e95e5cf91b2ea4 Mon Sep 17 00:00:00 2001 From: Benjamin Jones Date: Tue, 11 Jun 2013 14:14:30 -0700 Subject: changed test target to depend only on fiveui.xpi fixed references to firefox.xpi --- src/js/firefox/build.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/js/firefox') diff --git a/src/js/firefox/build.mk b/src/js/firefox/build.mk index 9f1caa8..1807a45 100644 --- a/src/js/firefox/build.mk +++ b/src/js/firefox/build.mk @@ -3,7 +3,7 @@ all: stage-firefox -package: $(build-dir)/firefox.xpi +package: $(build-dir)/fiveui.xpi firefox-dir := $(path) @@ -85,7 +85,7 @@ stage-firefox: \ $(firefox-build)/data/icons/options-icon.js \ | $(firefox-build) -$(build-dir)/firefox.xpi: \ +$(build-dir)/fiveui.xpi: \ stage-firefox \ $(addon-sdk-unpacked) \ $(topdir)/profiles/firefox -- cgit v1.2.3