From bc9ab2acb3c35d2c52130ccc5bb7b214facb9a6a Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 11 Apr 2000 20:05:48 +0000 Subject: [PATCH] Added Borland changes. --- src/toolsComm/flex/Makefile.Host | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/toolsComm/flex/Makefile.Host b/src/toolsComm/flex/Makefile.Host index 94ff1d536..459f1cb0a 100644 --- a/src/toolsComm/flex/Makefile.Host +++ b/src/toolsComm/flex/Makefile.Host @@ -15,12 +15,9 @@ SKELETON_FILE=include/flex.skel.static # ARCH_CLASS hp700 needs special flags, # everything else uses default: # -USR_CFLAGS_DEFAULT := -DUSG -USR_CFLAGS_hp700 := -DSCO_UNIX - -# This applies to all arch.classes: -# -USR_CFLAGS = -DDEFAULT_SKELETON_FILE=\"$(SKELETON_FILE)\" +USR_CFLAGS_DEFAULT := -DUSG -DDEFAULT_SKELETON_FILE=\"$(SKELETON_FILE)\" +USR_CFLAGS_Borland := -DUSG +USR_CFLAGS_hp700 := -DSCO_UNIX -DDEFAULT_SKELETON_FILE=\"$(SKELETON_FILE)\" INC += flex.skel.static