From fe6015e8aac57bedd05407fc956727c993070adf Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 4 Nov 2003 09:00:56 +0000 Subject: minor cleanup --- libresolv/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libresolv') diff --git a/libresolv/Makefile b/libresolv/Makefile index deb375f23..180b632fa 100644 --- a/libresolv/Makefile +++ b/libresolv/Makefile @@ -51,8 +51,8 @@ $(OBJ): Makefile shared: all $(LD) $(LDFLAGS) -soname=$(LIBRESOLV_SHARED).$(MAJOR_VERSION) \ -o $(LIBRESOLV_SHARED_FULLNAME) --whole-archive $(LIBRESOLV) \ - --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/$(LIBRESOLV_SHARED_FULLNAME) $(TOPDIR)lib/$(LIBRESOLV_SHARED).$(MAJOR_VERSION) $(INSTALL) -m 644 $(LIBRESOLV_SHARED_FULLNAME) $(TOPDIR)lib -- cgit v1.2.3