diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-05-26 06:16:44 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-05-26 06:16:44 +0000 |
commit | 0af935ea1539aed88cd0516fff5a6a039267fe0f (patch) | |
tree | 19cc04d83bc3e41548c131cb5d754d80835f5bc5 /Makefile | |
parent | c08da01578b2519d121cbff7ec22c8b22e2bb1bf (diff) | |
download | uClibc-alpine-0af935ea1539aed88cd0516fff5a6a039267fe0f.tar.bz2 uClibc-alpine-0af935ea1539aed88cd0516fff5a6a039267fe0f.tar.xz |
Don't try to run ldconfig unless it exists
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |