aboutsummaryrefslogtreecommitdiff
path: root/src/js/firefox/build.mk
diff options
context:
space:
mode:
authorGravatar Rogan Creswick <creswick@gmail.com>2013-06-25 10:44:43 -0700
committerGravatar Rogan Creswick <creswick@gmail.com>2013-06-25 10:44:43 -0700
commite166ed04bfe336f9e6340f7df1a50264f7d64622 (patch)
treeb2be288c69240e444ec70ece945f0ec59e667690 /src/js/firefox/build.mk
parent750bb02df87cb2731ee593b3206f1ac442fcd69d (diff)
parent50e042c8981608e4121f94faec138db0c3e294e3 (diff)
Merge branch 'master' of https://github.com/GaloisInc/FiveUI
Diffstat (limited to 'src/js/firefox/build.mk')
-rw-r--r--src/js/firefox/build.mk8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/js/firefox/build.mk b/src/js/firefox/build.mk
index 0a20a80..36fad92 100644
--- a/src/js/firefox/build.mk
+++ b/src/js/firefox/build.mk
@@ -83,10 +83,8 @@ stage-firefox: \
$(firefox-build)/data/icons/options-icon.js \
| $(firefox-build)
-$(build-dir)/fiveui.xpi: \
- stage-firefox \
- $(addon-sdk-unpacked) \
- $(topdir)/profiles/firefox
+$(build-dir)/fiveui.xpi: stage-firefox \
+ | $(topdir)/profiles/firefox $(addon-sdk-unpacked)
$(call label,XPI $(call drop-prefix,$@))\
$(call cfx,$(build-dir),xpi -p $(topdir)/profiles/firefox \
--pkgdir=$(firefox-build) )
@@ -94,5 +92,5 @@ $(build-dir)/fiveui.xpi: \
# Testing ######################################################################
-run-firefox: stage-firefox $(addon-sdk-unpacked)
+run-firefox: stage-firefox | $(addon-sdk-unpacked)
$(call label,RUNFF)$(call cfx,$(firefox-build),run)