]> Git Repo - uclibc-ng.git/commitdiff
You fool foolish. Goodbye level 2.
authorEric Andersen <[email protected]>
Wed, 31 Jul 2002 02:45:47 +0000 (02:45 -0000)
committerEric Andersen <[email protected]>
Wed, 31 Jul 2002 02:45:47 +0000 (02:45 -0000)
Makefile

index 50063825669091a7bdae78a5c871e0e407f6f517..ba4d1f7639e1771c357791abf16ef6fecf7d950b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -288,7 +288,9 @@ install_toolchain:
        $(MAKE) -C extra/gcc-uClibc install
 
 utils: $(TOPDIR)ldso/util/ldd
+ifeq ($(strip $(HAVE_SHARED)),true)
        $(MAKE) -C ldso utils
+endif
 
 install_utils: utils
 ifeq ($(strip $(HAVE_SHARED)),true)
This page took 0.026264 seconds and 4 git commands to generate.