From 41f3bf64dfd6bb6bcb9cfc7b1b69a667329fed6d Mon Sep 17 00:00:00 2001 From: "mcafee%netscape.com" Date: Thu, 20 Aug 1998 00:51:42 +0000 Subject: [PATCH] Switch to using OS_ARCH instead of shell command. r=ramiro git-svn-id: svn://10.0.0.236/trunk@8229 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/cmd/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mozilla/cmd/Makefile b/mozilla/cmd/Makefile index 5b0655dbf5b..a94117f4d3f 100644 --- a/mozilla/cmd/Makefile +++ b/mozilla/cmd/Makefile @@ -17,7 +17,9 @@ DEPTH = .. -ifeq ($(shell uname -s),Rhapsody) +include $(DEPTH)/config/config.mk + +ifeq ($(OS_ARCH),Rhapsody) DIRS = ybfe else DIRS = xfe