Removed SNCFLAGS

This commit is contained in:
Janet B. Anderson
2001-03-05 22:01:42 +00:00
parent b27caeab76
commit 44e18d649e

View File

@@ -281,14 +281,3 @@ 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