summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-05-09 05:41:52 +0000
committerEric Andersen <andersen@codepoet.org>2001-05-09 05:41:52 +0000
commit64cdebe1deb9abffdab61db3b829bcd1201d11df (patch)
tree94a3074096e0665e09c38c62a07e5013188de41d /Makefile
parentcc848544ffd965d6d0ae2383ace721c1d63202a9 (diff)
compile up libutil
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 52c6b3400..e768d1389 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@
TOPDIR=./
include Rules.mak
-DIRS = extra misc pwd_grp stdio string termios inet signal stdlib sysdeps unistd crypt
+DIRS = extra misc pwd_grp stdio string termios inet signal stdlib sysdeps unistd crypt libutil
ifeq ($(strip $(HAS_MMU)),true)
DO_SHARED=shared
@@ -59,6 +59,7 @@ shared: $(LIBNAME)
ln -sf $(SHARED_FULLNAME) $(SHARED_MAJORNAME)
ln -sf $(SHARED_MAJORNAME) libc.so
@$(MAKE) -C crypt shared
+ @$(MAKE) -C libutil shared
@$(MAKE) -C ld.so-1
done: $(LIBNAME) $(DO_SHARED)
@@ -114,6 +115,7 @@ install: install_runtime install_dev install_ldso
# Installs shared library
install_runtime:
@$(MAKE) -C crypt install
+ @$(MAKE) -C libutil install
ifneq ($(DO_SHARED),)
install -d $(INSTALL_DIR)/lib
rm -rf $(INSTALL_DIR)/lib/$(SHARED_FULLNAME)