summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-05-16 20:14:45 +0000
committerEric Andersen <andersen@codepoet.org>2001-05-16 20:14:45 +0000
commit0ad1b4fdd341cae5283b21257711e1ab71097b8c (patch)
tree4f388c27fedd2d39e1bc236f702a322c6b19a788 /Makefile
parent51116eca39a0d9b78919fd85b7ae9d24a4efbc96 (diff)
Fix up a few little problems
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
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