From 862fef6971ef660a985c790e3643187e5ecb855d Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 14 Jun 2001 21:37:48 +0000 Subject: Yet more ldso cleanups. Be more discriminating about when using inlines and when using real functions. Make things be more portable by providing a default C routine to locate the got. -Erik --- ldso/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'ldso/Makefile') diff --git a/ldso/Makefile b/ldso/Makefile index 9fb609c6d..f26489eee 100644 --- a/ldso/Makefile +++ b/ldso/Makefile @@ -1,7 +1,8 @@ TOPDIR=../ -include Rules.mak +include $(TOPDIR)Rules.mak -SUBDIRS = util libdl # d-link man +SUBDIRS = util libdl +ALL_SUBDIRS = util libdl d-link all: @if [ -d $(TOPDIR)ldso/d-link/$(TARGET_ARCH) ] ; then \ @@ -14,5 +15,5 @@ shared: fi; clean: - set -e ; for d in $(SUBDIRS) ; do $(MAKE) -C $$d $@ ; done + set -e ; for d in $(ALL_SUBDIRS) ; do $(MAKE) -C $$d $@ ; done -find . -name '*~' | xargs rm -f -- cgit v1.2.3