diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-05-12 06:57:35 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-05-12 06:57:35 +0000 |
commit | 0b9e396eb726defbe04763ab920b493e7edd361a (patch) | |
tree | 065d42f340b7e2e3589566936f20819a0d60ba46 | |
parent | e0f4f8807a5869913e6740bf084fc8d7aac41a91 (diff) |
Add in a libc.so link as well
-rw-r--r-- | libc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/Makefile b/libc/Makefile index 695e8ebe1..33c5bf9e5 100644 --- a/libc/Makefile +++ b/libc/Makefile @@ -58,6 +58,7 @@ shared: $(TOPDIR)lib/$(LIBNAME) install -d $(TOPDIR)lib rm -f $(TOPDIR)lib/$(SHARED_FULLNAME) install -m 644 $(SHARED_FULLNAME) $(TOPDIR)lib + (cd ../lib; ln -sf $(SHARED_FULLNAME) libc.so); (cd ../lib; ln -sf $(SHARED_FULLNAME) $(SHARED_MAJORNAME)); |