Removed references to LIBSRCS_HOST and LIBSRCS_IOC.

This commit is contained in:
Janet B. Anderson
2000-02-22 16:00:34 +00:00
parent 87e8e8d702
commit 6083f3836b

View File

@@ -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