summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eaed741e5..1070e1167 100644
--- a/Makefile
+++ b/Makefile
@@ -116,7 +116,7 @@ install:
rm -f $(INSTALL_DIR)/lib/libuClibc.so; \
ln -s $(INSTALL_DIR)/lib/$(SHARED_NAME) \
$(INSTALL_DIR)/lib/libuClibc.so; \
- ldconfig; \
+ /sbin/ldconfig; \
fi;
@if [ "$(HAS_MMU)" = "false" ] ; then \
set -x; \