summaryrefslogtreecommitdiff
path: root/libc/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-05-12 06:57:35 +0000
committerEric Andersen <andersen@codepoet.org>2001-05-12 06:57:35 +0000
commit0b9e396eb726defbe04763ab920b493e7edd361a (patch)
tree065d42f340b7e2e3589566936f20819a0d60ba46 /libc/Makefile
parente0f4f8807a5869913e6740bf084fc8d7aac41a91 (diff)
Add in a libc.so link as well
Diffstat (limited to 'libc/Makefile')
-rw-r--r--libc/Makefile1
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));