X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FMakefile.am;h=3737088bd8ff10681acf1823478574e8148afdb8;hp=ac52ee6008f259b7e253779c206ed5a3bf1beb6b;hb=2681148154e8f3225140bb6048145d7ea5fb430c;hpb=181c613814adf8e778c1b4b430bea8ba53e92582 diff --git a/src/Makefile.am b/src/Makefile.am index ac52ee60..3737088b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -52,7 +52,7 @@ HG_ID = $(shell hg id 2>/dev/null | cut -f 1 -d ' ') .PHONY: version.c version.c: printf '%s' 'const char *version_string = "@VERSION@' > $@ - [ "$(HG_ID)" ] && printf '%s' ' ($(HG_ID))' >> $@ + -[ "$(HG_ID)" ] && printf '%s' ' ($(HG_ID))' >> $@ printf '%s\n' '";' >> $@ check_LIBRARIES = libunittest.a