]> sjero.net Git - wget/blobdiff - src/Makefile.am
imported patch one-dot-twelve
[wget] / src / Makefile.am
index 93930d14b6510d7316b620952096fc86129d959d..ac9c9c9986499ba61454886e396fa07b6422cd4d 100644 (file)
@@ -73,7 +73,6 @@ version.c:  $(wget_SOURCES) $(LDADD) $(srcdir)/Makefile.am \
        echo '/* Autogenerated by Makefile - DO NOT EDIT */' >> $@
        echo '' >> $@
        echo 'const char *version_string = "@VERSION@"' >> $@
-       -hg log -r . --template='" ({node|short})"\n' 2>/dev/null >> $@
        echo ';' >> $@
        echo 'const char *compilation_string = "'$(COMPILE)'";' \
            | $(ESCAPEQUOTE) >> $@