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 367d5e990..c83a6f89f 100644
--- a/Makefile
+++ b/Makefile
@@ -147,7 +147,7 @@ install_runtime:
#ifeq ($(LDSO_PRESENT), $(TARGET_ARCH))
ln -sf $(INSTALL_DIR)/lib/$(UCLIBC_LDSO) /lib/$(UCLIBC_LDSO);
install -d $(INSTALL_DIR)/etc
- ldso/util/ldconfig
+ -@if [ -x ldso/util/ldconfig ] ; then ldso/util/ldconfig; fi
#endif
# Installs development library and headers