summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-05-12 07:10:15 +0000
committerEric Andersen <andersen@codepoet.org>2001-05-12 07:10:15 +0000
commit51116eca39a0d9b78919fd85b7ae9d24a4efbc96 (patch)
tree90fed142edd5d61a28c78c2a286755f01d6df107 /Makefile
parentff5f232ff7141bf618066fe85ec7e70827588c01 (diff)
Should not call make on ldso/libdl
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6f95ee400..296f14c2a 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,6 @@ all: headers uClibc_config.h subdirs $(DO_SHARED) done
shared:
@$(MAKE) -C libc shared
@$(MAKE) -C ldso shared
- @$(MAKE) -C ldso/libdl shared
@$(MAKE) -C libcrypt shared
@$(MAKE) -C libutil shared
@$(MAKE) -C libm shared