OSDN Git Service

You fool foolish. Goodbye level 2.
authorEric Andersen <andersen@codepoet.org>
Wed, 31 Jul 2002 02:45:47 +0000 (02:45 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 31 Jul 2002 02:45:47 +0000 (02:45 -0000)
Makefile

index 5006382..ba4d1f7 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)