summaryrefslogtreecommitdiff
path: root/ldso/Rules.mak
diff options
context:
space:
mode:
Diffstat (limited to 'ldso/Rules.mak')
-rw-r--r--ldso/Rules.mak2
1 files changed, 1 insertions, 1 deletions
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