From 1e98a8b997670fb7b2c18962d250a5d4e58680dc Mon Sep 17 00:00:00 2001 From: "mcafee%netscape.com" Date: Thu, 20 Aug 1998 03:09:31 +0000 Subject: [PATCH] Switching to test OS_ARCH for Rhapsody instead of using RHAPSODY. git-svn-id: svn://10.0.0.236/trunk@8242 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/xml/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/modules/xml/Makefile b/mozilla/modules/xml/Makefile index 38bdc7ebfdd..ad04d501cc0 100644 --- a/mozilla/modules/xml/Makefile +++ b/mozilla/modules/xml/Makefile @@ -35,7 +35,7 @@ LOCAL_INCLUDES = -I./expat/xmltok -I./expat/xmlparse/ -I./glue include $(DEPTH)/config/rules.mk -ifdef RHAPSODY +ifeq ($(OS_ARCH),Rhapsody) CFLAGS += -traditional-cpp endif