From fbf3e7630a292c97c76e67b80ee2862f92b53fa8 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Fri, 21 Sep 2001 18:22:44 +0000 Subject: [PATCH] Fix shared libraries build bug. --- config/RULES.Host | 7 ------- 1 file changed, 7 deletions(-) diff --git a/config/RULES.Host b/config/RULES.Host index 5fdaaacda..cabaf7d32 100644 --- a/config/RULES.Host +++ b/config/RULES.Host @@ -306,11 +306,6 @@ LIBTARGETS += $(LIBNAME) $(INSTALL_LIBS) LIBNAME_RCS=$(foreach lib, $(basename $(LIBRARY)), $(RCS) $($(lib)_RCS) $($(lib)_RCS_$(ARCH_CLASS))) LIBNAME_RESS=$(addsuffix $(RES), $(basename $(LIBNAME_RCS))) -ifneq ($(words $(DLL_LIBS)), $(words $(DLL_DEPLIBS))) -# If invalid library names, don't make DLL file -SHARED_LIBRARIES = NO -endif - # check if shared libraries requested ifeq ($(strip $(SHARED_LIBRARIES)),YES) @@ -329,8 +324,6 @@ endif # LIBOBJS endif # LIBRARY #--------------------------------------------------------------- -# Main targets - all:: install build:: inc