[Pkg-mozext-commits] [requestpolicy] 70/80: Makefile: fix `signed-xpi` target

David Prévot taffit at moszumanska.debian.org
Sun Jul 5 15:02:32 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository requestpolicy.

commit 1d35c685b3e916c22f516c4b975dbce0945836b5
Author: Martin Kimmerle <dev at 256k.de>
Date:   Mon Jun 29 23:24:35 2015 +0200

    Makefile: fix `signed-xpi` target
    
    The `signed-xpi` target has been executed only once. It did not
    depend on "all files" (prerequisite).
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 36b93fd..2cd4233 100644
--- a/Makefile
+++ b/Makefile
@@ -254,7 +254,7 @@ $(xpi_file): $(build_path) $(all_files) | $(dist_path)
 # create the signed "off-AMO" XPI
 #
 
-$(signed_xpi_file): $(build_path)/META-INF/ | $(dist_path)
+$(signed_xpi_file): $(build_path) $(all_files) $(build_path)/META-INF/ | $(dist_path)
 	@rm -f $(signed_xpi_file)
 	@cd $(build_path) && \
 	$(ZIP) $(abspath $(signed_xpi_file)) \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/requestpolicy.git



More information about the Pkg-mozext-commits mailing list