diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2001-06-02 02:00:23 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2001-06-02 02:00:23 +0000 |
commit | eb8bb5738da2748fcfcd9d32b04d9d08845213fb (patch) | |
tree | 8feb75a1e4e9d5e09577659ca4ea9140d918c98a /ldso/Makefile | |
parent | 47c1983b76408513ce082457fdccfb107ad93901 (diff) |
Only build ldso if building shared. Also, if building ldso, build all subdirs.
Diffstat (limited to 'ldso/Makefile')
-rw-r--r-- | ldso/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ldso/Makefile b/ldso/Makefile index dab0025f4..8608bfd0c 100644 --- a/ldso/Makefile +++ b/ldso/Makefile @@ -3,10 +3,7 @@ include Rules.mak SUBDIRS = util d-link libdl # man -all: - @if [ -d $(TOPDIR)ldso/d-link/$(TARGET_ARCH) ] ; then \ - $(MAKE) -C d-link; \ - fi; +all: shared shared: @if [ -d $(TOPDIR)ldso/d-link/$(TARGET_ARCH) ] ; then \ |