OSDN Git Service

Patch from David McCullough <davidm@lineo.com> -- do not
authorEric Andersen <andersen@codepoet.org>
Thu, 17 May 2001 05:30:43 +0000 (05:30 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 17 May 2001 05:30:43 +0000 (05:30 -0000)
try to build ldso when we don't support shared libraries...

Makefile

index b1d70a8..6a02cfb 100644 (file)
--- a/Makefile
+++ b/Makefile
 TOPDIR=./
 include Rules.mak
 
-DIRS = extra ldso libc libcrypt libutil libm
+ifeq ($(DO_SHARED),shared)
+    LDSO_DIR = ldso
+endif
+DIRS = extra $(LDSO_DIR) libc libcrypt libutil libm  
 
 all: headers uClibc_config.h subdirs $(DO_SHARED) done