summaryrefslogtreecommitdiff
path: root/libutil
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-11-04 09:00:56 +0000
committerEric Andersen <andersen@codepoet.org>2003-11-04 09:00:56 +0000
commitfe6015e8aac57bedd05407fc956727c993070adf (patch)
tree85150bde02f17833ac3eeb1eb51e15972daa95f4 /libutil
parent36be007b2671b0f2dc27943dc41cba09f45284b7 (diff)
minor cleanup
Diffstat (limited to 'libutil')
-rw-r--r--libutil/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libutil/Makefile b/libutil/Makefile
index 5698fc6ef..7ae00f53c 100644
--- a/libutil/Makefile
+++ b/libutil/Makefile
@@ -52,8 +52,8 @@ $(OBJS): %.o : %.c
shared: all
$(LD) $(LDFLAGS) -soname=$(LIBUTIL_SHARED).$(MAJOR_VERSION) \
-o $(LIBUTIL_SHARED_FULLNAME) --whole-archive $(LIBUTIL) \
- --no-whole-archive $(TOPDIR)/libc/misc/internals/interp.o \
- -L$(TOPDIR)/lib -lc;
+ --no-whole-archive $(TOPDIR)libc/misc/internals/interp.o \
+ -L$(TOPDIR)lib -lc;
$(INSTALL) -d $(TOPDIR)lib
$(RM) $(TOPDIR)lib/$(LIBUTIL_SHARED_FULLNAME) $(TOPDIR)lib/$(LIBUTIL_SHARED).$(MAJOR_VERSION)
$(INSTALL) -m 644 $(LIBUTIL_SHARED_FULLNAME) $(TOPDIR)lib