X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/halibut/blobdiff_plain/babfe3e260c345c06201516d990155ca8aba49e3..26c8c119efd44804c7b27f8637c69eda63f0c189:/Makefile diff --git a/Makefile b/Makefile index a8554e1..6af0dc2 100644 --- a/Makefile +++ b/Makefile @@ -86,7 +86,7 @@ endif ifdef VER VDEF = -DVERSION=\"$(VER)\" else -VDEF = `(cd $(SRC); md5sum -c manifest >& /dev/null && cat version)` +VDEF = `(cd $(SRC); md5sum -c manifest >/dev/null 2>&1 && cat version)` endif all: halibut