summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2012-03-28 14:47:39 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2012-03-28 14:47:39 (GMT)
commit2bd475171366374a7bf91df4eddd61b3887c92e6 (patch)
tree41aa926a5f012918469b8bcd20674e60569ed6b3 /Makefile
parent4753e606d6c4c54c20cf4e5b98d5e3c0af782f06 (diff)
downloadmxe-2bd475171366374a7bf91df4eddd61b3887c92e6.zip
mxe-2bd475171366374a7bf91df4eddd61b3887c92e6.tar.gz
mxe-2bd475171366374a7bf91df4eddd61b3887c92e6.tar.bz2
Remove dead code
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0e30622..b6473de 100644
--- a/Makefile
+++ b/Makefile
@@ -225,7 +225,6 @@ dist:
echo ' </tr>';)) && \
$(SED) '1,/<table id="package-list"/ d' '$(TOP_DIR)/doc/index.html' \
) \
- | $(SED) 's,\(<span class="version">\)[^<]*\(</span>\),\1$(VERSION)\2,g' \
| $(SED) 's,\(<span class="target">\)[^<]*\(</span>\),\1$(TARGET)\2,g' \
| $(SED) 's,\(<span class="target-underscore">\)[^<]*\(</span>\),\1$(subst -,_,$(TARGET))\2,g' \
>'$(DIST_DIR)/mingw-cross-env-$(VERSION)/doc/index.html'