]> Git Repo - uclibc-ng.git/commitdiff
Always build utils by default
authorEric Andersen <[email protected]>
Wed, 31 Jul 2002 02:34:49 +0000 (02:34 -0000)
committerEric Andersen <[email protected]>
Wed, 31 Jul 2002 02:34:49 +0000 (02:34 -0000)
 -Erik

Makefile

index ae0142e3b4bcf7ff80e932bf97bbb15dc381cfef..50063825669091a7bdae78a5c871e0e407f6f517 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ include Rules.mak
 
 DIRS = extra ldso libc libcrypt libresolv libutil libm libpthread
 
-all: headers uClibc_config subdirs shared finished
+all: headers uClibc_config subdirs shared utils finished
 
 Config:
        @echo
@@ -287,9 +287,11 @@ install_toolchain:
        install -d $(PREFIX)$(SYSTEM_DEVEL_PREFIX)/bin
        $(MAKE) -C extra/gcc-uClibc install
 
-install_utils:
+utils: $(TOPDIR)ldso/util/ldd
+       $(MAKE) -C ldso utils
+
+install_utils: utils
 ifeq ($(strip $(HAVE_SHARED)),true)
-       @$(MAKE) -C ldso utils
        install -d $(PREFIX)$(DEVEL_TOOL_PREFIX)/bin;
        install -m 755 ldso/util/ldd \
                $(PREFIX)$(SYSTEM_DEVEL_PREFIX)/bin/$(TARGET_ARCH)-uclibc-ldd
This page took 0.025766 seconds and 4 git commands to generate.