From 6083f3836b2c74f2fb47d02eafb987c8eaabb5c8 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 22 Feb 2000 16:00:34 +0000 Subject: [PATCH] Removed references to LIBSRCS_HOST and LIBSRCS_IOC. --- configure/CONFIG_ADDONS | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/configure/CONFIG_ADDONS b/configure/CONFIG_ADDONS index 44e50b020..ca832d8a0 100644 --- a/configure/CONFIG_ADDONS +++ b/configure/CONFIG_ADDONS @@ -104,24 +104,6 @@ LIBSRCS+=$(LIBSRCS_DEFAULT) endif endif -# concat specific library contents (if defined) -# -ifneq ($(strip $(LIBSRCS_HOST_$(OS_CLASS))),) -LIBSRCS_HOST += $(subst -nil-,,$(LIBSRCS_HOST_$(OS_CLASS))) -else -ifdef LIBSRCS_HOST_DEFAULT -LIBSRCS_HOST+=$(LIBSRCS_HOST_DEFAULT) -endif -endif - -ifneq ($(strip $(LIBSRCS_IOC_$(OS_CLASS))),) -LIBSRCS_IOC += $(subst -nil-,,$(LIBSRCS_IOC_$(OS_CLASS))) -else -ifdef LIBSRCS_IOC_DEFAULT -LIBSRCS_IOC+=$(LIBSRCS_IOC_DEFAULT) -endif -endif - ifneq ($(strip $(BIN_INSTALLS_$(OS_CLASS))),) BIN_INSTALLS+=$(subst -nil-,,$(BIN_INSTALLS_$(OS_CLASS))) else