2003/02/27 10:16:47
[org.ibex.core.git] / Makefile
index 6763e82..d8afc98 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -163,7 +163,7 @@ dist:
                        | grep -v "make...:.\(Entering\|Leaving\).directory"
 
        (test `uname -n` = gosset.megacz.com) && \
-               (make $(silent) dist-private 2>> .make-dist.out >> .make-dist.out || \
+               (((make $(silent) dist-private 2>&1) >> .make-dist.out) || \
                        (cat .make-dist.out | mail -s "Build $(current_build) FAILED" cvs@xwt.org; false))
 
        (test `uname -n` = gosset.megacz.com) && \