summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2006-05-19 13:08:29 +0000
committerSimon Tatham <anakin@pobox.com>2006-05-19 13:08:29 +0000
commit9c7ee9bd5c91b41792c40e12669b43aceea2a544 (patch)
tree064b92045c7b8535c8a7b1155773298adaaf7201
parentf6804fad0b75c63657f3441cd8089f3bfc863167 (diff)
downloadhalibut-9c7ee9bd5c91b41792c40e12669b43aceea2a544.zip
halibut-9c7ee9bd5c91b41792c40e12669b43aceea2a544.tar.gz
halibut-9c7ee9bd5c91b41792c40e12669b43aceea2a544.tar.bz2
halibut-9c7ee9bd5c91b41792c40e12669b43aceea2a544.tar.xz
About time I fixed this: allow for some people's md5sum utilities
producing output on stdout even in -c mode. [originally from svn r6707]
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0cb80a7..c38defc 100644
--- 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