From 368eb29e24e3c6b8d0a925d9bcea5385a4063adf Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 6 Jul 2000 14:16:15 +0000 Subject: [PATCH] Changes for Borland compiler. --- src/toolsComm/flex/Makefile.Host | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/toolsComm/flex/Makefile.Host b/src/toolsComm/flex/Makefile.Host index 459f1cb0a..7240c13c3 100644 --- a/src/toolsComm/flex/Makefile.Host +++ b/src/toolsComm/flex/Makefile.Host @@ -15,9 +15,14 @@ SKELETON_FILE=include/flex.skel.static # ARCH_CLASS hp700 needs special flags, # everything else uses default: # -USR_CFLAGS_DEFAULT := -DUSG -DDEFAULT_SKELETON_FILE=\"$(SKELETON_FILE)\" -USR_CFLAGS_Borland := -DUSG -USR_CFLAGS_hp700 := -DSCO_UNIX -DDEFAULT_SKELETON_FILE=\"$(SKELETON_FILE)\" +USR_CFLAGS_DEFAULT := -DUSG +USR_CFLAGS_hp700 := -DSCO_UNIX + +# This applies to all arch.classes: +# +ifneq ($(HOST_ARCH),Borland) +USR_CFLAGS = -DDEFAULT_SKELETON_FILE=\"$(SKELETON_FILE)\" +endif INC += flex.skel.static