Removed extraneous macro defines that are already defined

by the compiler.
This commit is contained in:
wtc%netscape.com 1999-03-22 23:29:46 +00:00
parent 1dce880aec
commit 23257a8062

View File

@ -42,11 +42,9 @@ OS_CFLAGS = $(DSO_CFLAGS) -DBSDI -DHAVE_STRERROR -DNEED_BSDREGEX
ifeq (86,$(findstring 86,$(OS_TEST)))
CPU_ARCH = x86
OS_CFLAGS += -D__386BSD__ -Di386
endif
ifeq (sparc,$(findstring sparc,$(OS_TEST)))
CPU_ARCH = sparc
OS_CFLAGS += -D__sparc__ -Dsparc
endif
ifeq ($(OS_RELEASE),2.1)