2003/10/14 22:03:36
[org.ibex.core.git] / Makefile
index 63f32a3..da3ca8d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -262,7 +262,7 @@ dist: compile
        echo "*  This build is $(current_build)"
        echo "***********************************************************"
 
-        ifeq ($(shell uname -n),serverbeach.megacz.com)
+        ifeq ($(shell uname -n),megacz.com)
                (make $(silent) dist-private 2>&1) >> .make-dist.out || \
                        (tail -n 200 .make-dist.out | mail -s "Build $(current_build) FAILED" cvs@xwt.org; false)
                tail -n 200 .make-dist.out | \