diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-01-13 05:58:00 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-01-13 05:58:00 +0000 |
commit | ad8d1eb44242ac942216c3e841474a6941277761 (patch) | |
tree | 149770d6700944f5a10c9bc543e7b5308454d4af | |
parent | 9f54b1285ba27a70393b2dd91a4f1701540d5050 (diff) |
Fixup dated comments
-rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -270,9 +270,7 @@ endif endif -# Installs run-time libraries and helper apps onto the host system -# allowing cross development. If you want to deploy to a target -# system, use the "install_target" target instead... +# Installs run-time libraries install_runtime: ifeq ($(strip $(HAVE_SHARED)),y) $(INSTALL) -d $(PREFIX)$(RUNTIME_PREFIX)lib @@ -294,6 +292,7 @@ else utils: dummy endif +# Installs helper applications, such as 'ldd' and 'ldconfig' install_utils: utils $(MAKE) CROSS=$(CROSS) CC=$(CC) -C utils install #ifeq ($(strip $(UCLIBC_HAS_LOCALE)),y) |