summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-08-13 22:20:28 +0000
committerEric Andersen <andersen@codepoet.org>2001-08-13 22:20:28 +0000
commit3c735763c230948708f6ab465aed53328f9308fd (patch)
tree840d37957fbc5dd7fd5b0b77c10c93302dd6de82 /Rules.mak
parentc784f7652f07e0488d373ad0b1bfd26cf95a8178 (diff)
A few more (final?) cleanups for the installer behavior. I now think
things are working perfectly (perhaps I shouln't think so much)
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 ae2c8260d..79bb4e518 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -26,6 +26,7 @@ include $(TOPDIR)Config
MAJOR_VERSION=0
MINOR_VERSION=9.5
+VERSION=$(MAJOR_VERSION).$(MINOR_VERSION)
LIBNAME=libc.a
SHARED_FULLNAME=libuClibc-$(MAJOR_VERSION).$(MINOR_VERSION).so