diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2012-03-29 12:17:02 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2012-03-29 12:17:02 (GMT) |
commit | 2597d986c29816b02f0e94204971d24e90a101c1 (patch) | |
tree | acda1ec250fa9694e1f27456983717667df301e6 /Makefile | |
parent | 07c311bcba014dbf00edf4420f6936eb8986f534 (diff) | |
download | mxe-2597d986c29816b02f0e94204971d24e90a101c1.zip mxe-2597d986c29816b02f0e94204971d24e90a101c1.tar.gz mxe-2597d986c29816b02f0e94204971d24e90a101c1.tar.bz2 |
Fix trailing space after version number
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' \ ))) |