Added sequencer flags.

This commit is contained in:
Janet B. Anderson
2000-04-05 17:55:48 +00:00
parent 204da30d2f
commit 0f68b08f44

View File

@@ -255,3 +255,14 @@ RCS += $(RCS_DEFAULT)
endif
endif
#
# concat specific sequencer flags
#
ifneq ($(strip $(SNCFLAGS_$(OS_CLASS))),)
SNCFLAGS += $(subst -nil-,,$(SNCFLAGS_$(OS_CLASS)))
else
ifdef SNCFLAGS_DEFAULT
SNCFLAGS += $(SNCFLAGS_DEFAULT)
endif
endif