summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2011-06-07 16:50:49 +0200
committerFlorian Pritz <bluewind@xinu.at>2011-06-07 16:50:49 +0200
commit02d2df0aef6eb51a3568200e4719ab484b1a4ec9 (patch)
tree00f1e8d461ad91f53bf453d5b2c86583f83915da /Makefile
parent45438ade0845e149b5686571b3a80d77204c9a26 (diff)
remove unneded quotes in dist target
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aaf98e6..5717ec8 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,7 @@ dist: all
@[ -n "$(VERSION)" ] || (echo "Error: version detection failed"; exit 1)
mkdir -p dist/fb-$(VERSION)
cp -a fb-helper.c{,.in} fb{,.in} fb.pod fb.1 COPYING Makefile dist/fb-$(VERSION)
- sed -i 's/^VERSION:=.*$$/VERSION:="'$(VERSION)'"/' dist/fb-$(VERSION)/Makefile
+ sed -i 's/^VERSION:=.*$$/VERSION:='$(VERSION)'/' dist/fb-$(VERSION)/Makefile
cd dist; tar -czf fb-$(VERSION).tar.gz fb-$(VERSION)
version: