summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-11-04 08:51:17 +0000
committerEric Andersen <andersen@codepoet.org>2003-11-04 08:51:17 +0000
commit36be007b2671b0f2dc27943dc41cba09f45284b7 (patch)
treeb9222e1cd70dce66e5d6ad58b9e142f8fe9847ec
parent3a546d13280ae294def9426800813ffd952d6a21 (diff)
Minor cleanup
-rw-r--r--libcrypt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcrypt/Makefile b/libcrypt/Makefile
index aae3b03c6..1c1777cf1 100644
--- a/libcrypt/Makefile
+++ b/libcrypt/Makefile
@@ -50,8 +50,8 @@ $(OBJ): Makefile
shared: all
$(LD) $(LDFLAGS) -soname=$(LIBCRYPT_SHARED).$(MAJOR_VERSION) \
-o $(LIBCRYPT_SHARED_FULLNAME) --whole-archive $(LIBCRYPT) \
- --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/$(LIBCRYPT_SHARED_FULLNAME) $(TOPDIR)lib/$(LIBCRYPT_SHARED).$(MAJOR_VERSION)
$(INSTALL) -m 644 $(LIBCRYPT_SHARED_FULLNAME) $(TOPDIR)lib;