diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-11-04 09:00:56 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-11-04 09:00:56 +0000 |
commit | fe6015e8aac57bedd05407fc956727c993070adf (patch) | |
tree | 85150bde02f17833ac3eeb1eb51e15972daa95f4 /libc/Makefile | |
parent | 36be007b2671b0f2dc27943dc41cba09f45284b7 (diff) |
minor cleanup
Diffstat (limited to 'libc/Makefile')
-rw-r--r-- | libc/Makefile | 2 |
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 |