diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-06-15 23:58:10 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-06-15 23:58:10 +0000 |
commit | 34d61933bb059372c68a4cfacc4ce801dc1f28db (patch) | |
tree | 09c0a2438db7dc2efda12f4b0e588aa31db217d9 /Makefile | |
parent | 1c8b3c30f9bb9690d48c5196c8481455e3634cd4 (diff) |
A few build updates
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -30,10 +30,7 @@ TOPDIR=./ include Rules.mak -ifeq ($(DO_SHARED),shared) - LDSO_DIR = ldso -endif -DIRS = extra $(LDSO_DIR) libc libcrypt libresolv libutil libm +DIRS = extra ldso libc libcrypt libresolv libutil libm ifndef $(TARGET_PREFIX) TARGET_PREFIX = `pwd`/_install @@ -50,6 +47,7 @@ Config: shared: @$(MAKE) -C libc shared + @$(MAKE) -C ldso/util ifeq ($(LDSO_PRESENT), $(TARGET_ARCH)) @$(MAKE) -C ldso shared endif |