From 44e18d649e5bdbdd28c46c4370f5be604f15e409 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 5 Mar 2001 22:01:42 +0000 Subject: [PATCH] Removed SNCFLAGS --- configure/CONFIG_ADDONS | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/configure/CONFIG_ADDONS b/configure/CONFIG_ADDONS index a443c3534..546eeb0da 100644 --- a/configure/CONFIG_ADDONS +++ b/configure/CONFIG_ADDONS @@ -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 -