diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-06-23 05:14:04 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-06-23 05:14:04 +0000 |
commit | 2081c731023f53c98567cf95d9d83ba91bd28681 (patch) | |
tree | d5d7603a92fa6dd460c2bc9ebf66d9f24f938f9d | |
parent | cae50300879c2ed02f724681f1d1fcea7db52372 (diff) |
Don't try to compile the target utils unless told to do so.
-Erik
-rw-r--r-- | ldso/util/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ldso/util/Makefile b/ldso/util/Makefile index 7b2ce366e..3e9393aac 100644 --- a/ldso/util/Makefile +++ b/ldso/util/Makefile @@ -25,9 +25,6 @@ include $(TOPDIR)Rules.mak TARGET_CC = $(TOPDIR)extra/gcc-uClibc/$(TARGET_ARCH)-uclibc-gcc TARGETS = elf_header ldd readelf -ifeq ($(strip $(CROSS)),) -TARGETS += ldd.target readelf.target -endif ifneq ($(strip $(LIBRARY_CACHE)),) TARGETS += ldconfig endif |