From 78a287cde82d24796f7d22d2afb056ce2117f593 Mon Sep 17 00:00:00 2001 From: "mcafee%netscape.com" Date: Wed, 19 Aug 1998 08:29:56 +0000 Subject: [PATCH] Compile flag needed to get expat/xmlparse/xmlparse.c to compile correctly. git-svn-id: svn://10.0.0.236/trunk@8184 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/xml/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mozilla/modules/xml/Makefile b/mozilla/modules/xml/Makefile index c1a1fda6785..38bdc7ebfdd 100644 --- a/mozilla/modules/xml/Makefile +++ b/mozilla/modules/xml/Makefile @@ -35,4 +35,9 @@ LOCAL_INCLUDES = -I./expat/xmltok -I./expat/xmlparse/ -I./glue include $(DEPTH)/config/rules.mk +ifdef RHAPSODY +CFLAGS += -traditional-cpp +endif + $(LIBRARY): $(OBJS) +