From 2582f37da0e1e07954cd462de6f2f4330d1c6b5b Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 11 Oct 2001 21:22:56 +0000 Subject: [PATCH] Fix for DLL_LIBS. --- config/CONFIG.Host.UnixCommon | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/CONFIG.Host.UnixCommon b/config/CONFIG.Host.UnixCommon index 3f6eb70d5..b0eb97b48 100644 --- a/config/CONFIG.Host.UnixCommon +++ b/config/CONFIG.Host.UnixCommon @@ -20,9 +20,7 @@ SHRLIB_SUFFIX = .so SHRLIBNAME = lib$(LIBRARY)$(SHRLIB_SUFFIX)$(SHRLIB_VERSION:%=.%) -#For backward compatability only -DLL_LIBS = $(subst $(LIBRARY),, $(PROD_LIBS)) - +DLL_LIBS = $(patsubst $(LIBRARY),, $(PROD_LIBS) $(USR_LIBS)) DLL_LDLIBS = $(PRODNAME_LIBS:%=-l%) $(DLL_LIBS:%=-l%) INSTALL_SHRLIB = $(INSTALL_LIB)