X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FMakefile.am;h=ac9c9c9986499ba61454886e396fa07b6422cd4d;hp=93930d14b6510d7316b620952096fc86129d959d;hb=780d1e674b59b5585c0432c84a5dc2aaa96ac0fa;hpb=34b1a7ad5d8d09cb9c9c8015b09a1298c301321c diff --git a/src/Makefile.am b/src/Makefile.am index 93930d14..ac9c9c99 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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) >> $@