summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-04-26 16:21:29 +0000
committerEric Andersen <andersen@codepoet.org>2001-04-26 16:21:29 +0000
commit675a560f87fe59411a01a68a84706ff2edccddce (patch)
tree810f4df9aa099ed97380bce95cc76c44915d8095 /Makefile
parent9b387a1220d4b919755160b2fdd8fc17f7fdc2e5 (diff)
Ok, this should finish things up
-Erik
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5a926f366..a7aab38d6 100644
--- a/Makefile
+++ b/Makefile
@@ -42,6 +42,7 @@ $(LIBNAME): halfclean headers uClibc_config.h subdirs
shared: $(LIBNAME)
@rm -rf tmp
@mkdir tmp
+ @make -C ld.so-1/d-link
@(cd tmp; CC=$(CC) /bin/sh ../extra/scripts/get-needed-libgcc-objects.sh)
if [ -s ./tmp/libgcc-need.a ] ; then \
$(CC) -g $(LDFLAGS) -shared -o $(SHARED_FULLNAME) \