summaryrefslogtreecommitdiff
path: root/libc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libc/Makefile')
-rw-r--r--libc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/Makefile b/libc/Makefile
index 0e3f2ead6..e46b633b7 100644
--- a/libc/Makefile
+++ b/libc/Makefile
@@ -57,7 +57,7 @@ $(LIBNAME): subdirs ar-target
shared: $(TOPDIR)lib/$(LIBNAME)
$(LD) $(LDFLAGS) $(VERSION_SCRIPT) -soname=$(SHARED_MAJORNAME) -o $(SHARED_FULLNAME) \
--whole-archive $(LIBNAME) \
- $(TOPDIR)/libc/misc/internals/interp.o --no-whole-archive \
+ $(TOPDIR)libc/misc/internals/interp.o --no-whole-archive \
-init __uClibc_init
@true #$(RM) -r tmp
$(INSTALL) -d $(TOPDIR)lib