OSDN Git Service

Don't try to compile the target utils unless told to do so.
authorEric Andersen <andersen@codepoet.org>
Sun, 23 Jun 2002 05:14:04 +0000 (05:14 -0000)
committerEric Andersen <andersen@codepoet.org>
Sun, 23 Jun 2002 05:14:04 +0000 (05:14 -0000)
 -Erik

ldso/util/Makefile

index 7b2ce36..3e9393a 100644 (file)
@@ -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