diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-07-31 08:23:03 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-07-31 08:23:03 +0000 |
commit | 34067b3b462bb2bbb680575e8b73d7c51e77f56a (patch) | |
tree | 80c14f5993ff2a6c1c1f8a75abb3ceb7be09474d /Makefile | |
parent | dfa6a5382af33ee7206891ac2ba7d7e44f1c479a (diff) |
Sigh. A bit more cleanup.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -287,9 +287,11 @@ install_toolchain: install -d $(PREFIX)$(SYSTEM_DEVEL_PREFIX)/bin $(MAKE) -C extra/gcc-uClibc install -utils: $(TOPDIR)ldso/util/ldd ifeq ($(strip $(HAVE_SHARED)),true) +utils: $(TOPDIR)ldso/util/ldd $(MAKE) -C ldso utils +else +utils: dummy endif install_utils: utils |