About time I fixed this: allow for some people's md5sum utilities
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 19 May 2006 13:08:29 +0000 (13:08 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 19 May 2006 13:08:29 +0000 (13:08 +0000)
producing output on stdout even in -c mode.

git-svn-id: svn://svn.tartarus.org/sgt/halibut@6707 cda61777-01e9-0310-a592-d414129be87e

Makefile

index 0cb80a7..c38defc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -86,7 +86,7 @@ endif
 ifdef VER
 VDEF = -DVERSION=\"$(VER)\"
 else
-VDEF = `(cd $(SRC); md5sum -c manifest && cat version)`
+VDEF = `(cd $(SRC); md5sum -c manifest >& /dev/null && cat version)`
 endif
 
 all: halibut