From 0ad1b4fdd341cae5283b21257711e1ab71097b8c Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 16 May 2001 20:14:45 +0000 Subject: Fix up a few little problems --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 296f14c2a..b1d70a836 100644 --- a/Makefile +++ b/Makefile @@ -140,6 +140,11 @@ install: install_runtime install_dev install_runtime: install -d $(INSTALL_DIR)/lib cp -fa lib/* $(INSTALL_DIR)/lib; +#ifeq ($(LDSO_PRESENT), $(TARGET_ARCH)) + ln -sf $(INSTALL_DIR)/lib/$(UCLIBC_LDSO) /lib/$(UCLIBC_LDSO); + install -d $(INSTALL_DIR)/etc + ldso/util/ldconfig +#endif # Installs development library and headers # This is done with the assumption that it can blow away anything -- cgit v1.2.3