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 \