diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-05-16 20:14:45 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-05-16 20:14:45 +0000 |
commit | 0ad1b4fdd341cae5283b21257711e1ab71097b8c (patch) | |
tree | 4f388c27fedd2d39e1bc236f702a322c6b19a788 /Makefile | |
parent | 51116eca39a0d9b78919fd85b7ae9d24a4efbc96 (diff) |
Fix up a few little problems
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |