summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2012-03-29 12:17:02 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2012-03-29 12:17:02 (GMT)
commit2597d986c29816b02f0e94204971d24e90a101c1 (patch)
treeacda1ec250fa9694e1f27456983717667df301e6 /Makefile
parent07c311bcba014dbf00edf4420f6936eb8986f534 (diff)
downloadmxe-2597d986c29816b02f0e94204971d24e90a101c1.zip
mxe-2597d986c29816b02f0e94204971d24e90a101c1.tar.gz
mxe-2597d986c29816b02f0e94204971d24e90a101c1.tar.bz2
Fix trailing space after version number
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ae30517..be9092f 100644
--- a/Makefile
+++ b/Makefile
@@ -110,7 +110,7 @@ define newline
endef
$(eval $(subst #,$(newline),$(shell \
$(SED) -n \
- 's/^.* id="\([A-Za-z0-9_+-]*\)-version">\([^<]*\)<.*$$/\1_VERSION := \2 #/p' \
+ 's/^.* id="\([A-Za-z0-9_+-]*\)-version">\([^<]*\)<.*$$/\1_VERSION := \2#/p' \
'$(TOP_DIR)/index.html' \
)))