Fix unintentional bash-specificity in Makefile. (Patch from Colin
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 20 Jan 2009 18:36:24 +0000 (18:36 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 20 Jan 2009 18:36:24 +0000 (18:36 +0000)
Watson.)

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

Makefile

index a8554e1..6af0dc2 100644 (file)
--- 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