summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2013-10-31 13:15:45 -0200
committerdrebs <drebs@leap.se>2013-10-31 13:15:45 -0200
commitb5f91e386b337afb674f583d7f31afd9a065052d (patch)
tree2d924e8766b3166a3d1505cc64a286f8865fcf3c /Makefile
parent97cef3a7818ed072d96ef99b55aa879d500a3e31 (diff)
Fix makefile and install.rdf template.
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