Removed duplicate lines.

This commit is contained in:
Janet B. Anderson
2000-01-26 20:15:13 +00:00
parent 5c81147e30
commit 6e8fe801f1

View File

@@ -122,15 +122,6 @@ BIN_INSTALLS+=$(BIN_INSTALLS_DEFAULT)
endif
endif
ifneq ($(strip $(LIBRARY_$(OS_CLASS))),)
LIBRARY+=$(subst -nil-,,$(LIBRARY_$(OS_CLASS)))
else
ifneq (,$(LIBRARY_DEFAULT))
#ifdef LIBRARY_DEFAULT
LIBRARY+=$(LIBRARY_DEFAULT)
endif
endif
ifneq ($(strip $(OBJS_$(OS_CLASS))),)
OBJS+=$(subst -nil-,,$(OBJS_$(OS_CLASS)))
else