Switching to test OS_ARCH for Rhapsody instead of using RHAPSODY.

This commit is contained in:
mcafee%netscape.com 1998-08-20 03:09:31 +00:00
Родитель 39907d64eb
Коммит 4e19ef6961
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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