diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-05-12 07:10:15 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-05-12 07:10:15 +0000 |
commit | 51116eca39a0d9b78919fd85b7ae9d24a4efbc96 (patch) | |
tree | 90fed142edd5d61a28c78c2a286755f01d6df107 /Makefile | |
parent | ff5f232ff7141bf618066fe85ec7e70827588c01 (diff) |
Should not call make on ldso/libdl
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |