From 2a029392670ae9ebf8b3a435cb2a7b70fec609d2 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 11 Aug 2004 19:30:11 +0000 Subject: [PATCH] Simplified SHRLIB_SEARCH_FULLPATHDIRS definiton. --- configure/os/CONFIG.Common.UnixCommon | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/configure/os/CONFIG.Common.UnixCommon b/configure/os/CONFIG.Common.UnixCommon index ff4374398..4211c66ca 100644 --- a/configure/os/CONFIG.Common.UnixCommon +++ b/configure/os/CONFIG.Common.UnixCommon @@ -17,12 +17,9 @@ VALID_BUILDS = Host Ioc GNU_DIR = /usr/local #------------------------------------------------------- -FULLPATHTOP= $(shell perl $(TOOLS)/fullPathName.pl $(TOP)) -# Get fullpathname of modules relative to TOP -SHRLIB_SEARCH_FULLPATHTOP = $(SHRLIB_SEARCH_DIRS:$(TOP)/%=$(FULLPATHTOP)/%) -# Get fullpathname of other relative dirs -SHRLIB_SEARCH_FULLPATHDIRS = $(SHRLIB_SEARCH_FULLPATHTOP:.%= \ - $(shell perl $(TOOLS)/fullPathName.pl .%) +# Get fullpathname of relative dirs +SHRLIB_SEARCH_FULLPATHDIRS = $(foreach dir,$(SHRLIB_SEARCH_DIRS), \ + $(shell perl $(TOOLS)/fullPathName.pl $(dir))) #------------------------------------------------------- # Unix prefix and suffix definitions