From 2081c731023f53c98567cf95d9d83ba91bd28681 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sun, 23 Jun 2002 05:14:04 +0000 Subject: Don't try to compile the target utils unless told to do so. -Erik --- ldso/util/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'ldso') 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 -- cgit v1.2.3