From 51116eca39a0d9b78919fd85b7ae9d24a4efbc96 Mon Sep 17 00:00:00 2001
From: Eric Andersen <andersen@codepoet.org>
Date: Sat, 12 May 2001 07:10:15 +0000
Subject: Should not call make on ldso/libdl

---
 Makefile | 1 -
 1 file changed, 1 deletion(-)

(limited to 'Makefile')

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
-- 
cgit v1.2.3