summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9e2a530..6b63456 100755
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ all: clean $(TARGET)
# main target: .xpi file
-$(TARGET): clean
+$(TARGET): clean install.rdf
mkdir -p $(TEMPDIR)
cp -r $(PREFIX)/{$(FILES_TO_PACKAGE)} $(TEMPDIR)/
(cd $(TEMPDIR) && zip -r $(TARGET) ./)
@@ -66,6 +66,6 @@ debian-package:
git buildpackage -us -uc
install.rdf: install.rdf.template Changelog
- sed 's/__VERSION__/$(VERSION)/' < $< > $@
+ sed 's/__VERSION__/$(VERSION)/' < $< > $@
.PHONY: all clean signed