From 0af935ea1539aed88cd0516fff5a6a039267fe0f Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 26 May 2001 06:16:44 +0000 Subject: Don't try to run ldconfig unless it exists --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3