From a1458c0c5833bd191bcf893d1edf52f77509db17 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 3 Nov 1994 21:00:35 +0000 Subject: [PATCH] Added conditional for hp700 -- lie about being SCO_UNIX --- src/toolsComm/flex/Makefile.Unix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/toolsComm/flex/Makefile.Unix b/src/toolsComm/flex/Makefile.Unix index e2499b27b..08e85f6c7 100644 --- a/src/toolsComm/flex/Makefile.Unix +++ b/src/toolsComm/flex/Makefile.Unix @@ -5,7 +5,11 @@ include $(EPICS)/config/CONFIG_BASE CMPLR = OLD YACCOPT = -d SKELETON_FILE=include/flex.skel.static +ifeq ($(ARCH),hp700) +USR_CFLAGS = -DDEFAULT_SKELETON_FILE=\"$(SKELETON_FILE)\" -DSCO_UNIX +else USR_CFLAGS = -DDEFAULT_SKELETON_FILE=\"$(SKELETON_FILE)\" +endif USR_LDLIBS = -s SRCS.c = ../ccl.c ../dfa.c ../ecs.c ../gen.c ../main.c \