summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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