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 /libnsl | |
parent | 36be007b2671b0f2dc27943dc41cba09f45284b7 (diff) |
minor cleanup
Diffstat (limited to 'libnsl')
-rw-r--r-- | libnsl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libnsl/Makefile b/libnsl/Makefile index 7566c2dfd..e7ff6e018 100644 --- a/libnsl/Makefile +++ b/libnsl/Makefile @@ -45,8 +45,8 @@ $(OBJ): Makefile shared: all $(LD) $(LDFLAGS) -soname=$(LIBNSL_SHARED).$(MAJOR_VERSION) \ -o $(LIBNSL_SHARED_FULLNAME) --whole-archive $(LIBNSL) \ - --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/$(LIBNSL_SHARED_FULLNAME) $(TOPDIR)lib/$(LIBNSL_SHARED).$(MAJOR_VERSION) $(INSTALL) -m 644 $(LIBNSL_SHARED_FULLNAME) $(TOPDIR)lib |