summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-05-26 06:16:44 +0000
committerEric Andersen <andersen@codepoet.org>2001-05-26 06:16:44 +0000
commit0af935ea1539aed88cd0516fff5a6a039267fe0f (patch)
tree19cc04d83bc3e41548c131cb5d754d80835f5bc5 /Makefile
parentc08da01578b2519d121cbff7ec22c8b22e2bb1bf (diff)
Don't try to run ldconfig unless it exists
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