summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-04-23 21:33:52 +0000
committerEric Andersen <andersen@codepoet.org>2001-04-23 21:33:52 +0000
commit0c156a802ab860b1d6b23e5c2672b793ee9be54e (patch)
treef08620fdac17e86f93b356d3a1b54f8fd027b1d3 /Rules.mak
parentb9c667b7c2eff4799172d94159cd8a72af5a7a9e (diff)
Fix up the main makefile. Autobuild ld.so and install it
when appropriate,
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rules.mak b/Rules.mak
index 0cebfb5f3..813115463 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -27,6 +27,7 @@ include $(TOPDIR)Config
MAJOR_VERSION=0
MINOR_VERSION=95
+LIBNAME=libc.a
SHARED_FULLNAME=uClibc-$(MAJOR_VERSION).$(MINOR_VERSION).so
SHARED_MAJORNAME=libc.so.$(MAJOR_VERSION)