summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index a6a8a9d..5bf00a8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -47,7 +47,7 @@ else
override LD = $(shell pwd)/cross/bin/$(ARCH)-hyra-ld
endif
override AS = $(CC)
-LDSO = $(shell pwd)/base/usr/lib/ld.so
+override LDSO = $(shell pwd)/base/usr/lib/ld.so
override USER_MKFLGS = CC=$(CC) LD=$(LD) LDSO=$(LDSO)
##########################