[Pkg-mozext-commits] [requestpolicy] 59/80: fix `dummy-xpi` Makefile alias
David Prévot
taffit at moszumanska.debian.org
Sun Jul 5 15:02:30 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 fda7dea808355c9b10ecb6c2014faf093e87441a
Author: Martin Kimmerle <dev at 256k.de>
Date: Mon Jun 22 22:51:07 2015 +0200
fix `dummy-xpi` Makefile alias
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index bff9e1e..a624268 100644
--- a/Makefile
+++ b/Makefile
@@ -307,7 +307,7 @@ dev-helper-xpi $(dev_helper__xpi_file): $(dev_helper__source_files) FORCE | $(di
# For now use FORCE, i.e. create the XPI every time. If the
# 'FORCE' should be removed, deleted files have to be detected,
# just like for the other XPIs.
-dev-helper-xpi $(dummy_ext__xpi_file): $(dummy_ext__source_files) FORCE | $(dist_path)
+dummy-xpi $(dummy_ext__xpi_file): $(dummy_ext__source_files) FORCE | $(dist_path)
@rm -f $(dummy_ext__xpi_file)
@echo "Creating 'Dummy' XPI."
@cd $(dummy_ext__source_dirname) && \
--
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