summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2009-01-20 18:36:24 +0000
committerSimon Tatham <anakin@pobox.com>2009-01-20 18:36:24 +0000
commit6cca9b75c8889d418937fa319c8c3ca7e6f5e7d4 (patch)
tree22ea245faf0b7789a8ae55e0d0289f2ccffa5dd2
parent3db1d2fcfbee684656ff3543eb1a01bb9fe3f657 (diff)
downloadhalibut-6cca9b75c8889d418937fa319c8c3ca7e6f5e7d4.zip
halibut-6cca9b75c8889d418937fa319c8c3ca7e6f5e7d4.tar.gz
halibut-6cca9b75c8889d418937fa319c8c3ca7e6f5e7d4.tar.bz2
halibut-6cca9b75c8889d418937fa319c8c3ca7e6f5e7d4.tar.xz
Fix unintentional bash-specificity in Makefile. (Patch from Colin
Watson.) [originally from svn r8422]
-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