X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=da3ca8da38c3954595d6ca7b83b61ad39b3a4a1b;hb=8d8b2d3288652dc6efcb4f62915614f6fdb11668;hp=63f32a3db6e5051dcdf0ed5bf1ae4606cb0f2163;hpb=574af437a07d0e80428923a4004f3d7c1b1be7e2;p=org.ibex.core.git diff --git a/Makefile b/Makefile index 63f32a3..da3ca8d 100644 --- 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 | \