summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-04-27 07:09:41 +0000
committerEric Andersen <andersen@codepoet.org>2001-04-27 07:09:41 +0000
commit8f2286fddd00380c897ae4e543fa1453dccbe532 (patch)
tree435b29859d211b1077b53fff34e4a4ff01b3a23a
parent9325f0b9fa863dfdf8c4d94203a2c7109f09f862 (diff)
More trivial changes.
-rw-r--r--Rules.mak3
-rw-r--r--ldso/Rules.mak2
2 files changed, 2 insertions, 3 deletions
diff --git a/Rules.mak b/Rules.mak
index 813115463..17d7eb12a 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -25,7 +25,7 @@
include $(TOPDIR)Config
MAJOR_VERSION=0
-MINOR_VERSION=95
+MINOR_VERSION=9.5
LIBNAME=libc.a
SHARED_FULLNAME=uClibc-$(MAJOR_VERSION).$(MINOR_VERSION).so
@@ -74,4 +74,3 @@ NATIVE_ARCH = $(shell uname -m | sed -e 's/i.86/i386/' -e 's/sparc.*/sparc/' -e
# LDFLAGS += --gc-sections
#endif
-
diff --git a/ldso/Rules.mak b/ldso/Rules.mak
index b293c23d2..96d132a96 100644
--- a/ldso/Rules.mak
+++ b/ldso/Rules.mak
@@ -12,6 +12,6 @@ CFLAGS += -DVERSION=\"$(LDSO_VERSION)\"
CC = $(TOPDIR)extra/gcc-uClibc/$(NATIVE_ARCH)-uclibc-gcc
ifeq ($(DEVEL),true)
- CFLAGS += -DUCLIBC_INSTALL_DIR=\"/usr/$(TARGET_ARCH)-linux-uclibc\"
+ CFLAGS += -DUCLIBC_INSTALL_DIR=\"$(INSTALL_DIR)\"
CFLAGS += -DUCLIBC_DEVEL
endif