Added conditional for hp700 -- lie about being SCO_UNIX

This commit is contained in:
Janet B. Anderson
1994-11-03 21:00:35 +00:00
parent 15d6708cec
commit a1458c0c58
+4
View File
@@ -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 \