From a2bb878d2995344a01855f34311a8084ebac91bc Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 17 Sep 1998 15:50:40 +0000 Subject: [PATCH] Added strip to SHARED_LIBRARIES. --- config/CONFIG.Host.UnixCommon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/CONFIG.Host.UnixCommon b/config/CONFIG.Host.UnixCommon index 0c9943934..75a9a1857 100644 --- a/config/CONFIG.Host.UnixCommon +++ b/config/CONFIG.Host.UnixCommon @@ -19,8 +19,8 @@ LIBNAME = $(LIBRARY:%=lib%.a) SHRLIB_SUFFIX = .so SHRLIBNAME = lib$(LIBRARY)$(SHRLIB_SUFFIX)$(SHRLIB_VERSION:%=.%) -SHRLIB_CFLAGS = $($(ANSI)_SHRLIB_CFLAGS_$(SHARED_LIBRARIES)) -SHRLIB_LDFLAGS = $($(ANSI)_SHRLIB_LDFLAGS_$(SHARED_LIBRARIES)) +SHRLIB_CFLAGS = $($(ANSI)_SHRLIB_CFLAGS_$(strip $(SHARED_LIBRARIES))) +SHRLIB_LDFLAGS = $($(ANSI)_SHRLIB_LDFLAGS_$(strip $(SHARED_LIBRARIES))) DLL_LDLIBS = $(PRODNAME_LIBS:%=-l%) $(PROD_LIBS:%=-l%) $(USR_LIBS:%=-l%)