From 8d8b2d3288652dc6efcb4f62915614f6fdb11668 Mon Sep 17 00:00:00 2001 From: megacz Date: Fri, 30 Jan 2004 07:39:12 +0000 Subject: [PATCH] 2003/10/14 22:03:36 darcs-hash:20040130073912-2ba56-4917c951ff67fc6034b843396ef69e220a48bafa.gz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 | \ -- 1.7.10.4