diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-09-22 09:45:02 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-09-22 09:45:02 +0000 |
commit | 0929e196d2279df7685558c710359c61d5589199 (patch) | |
tree | 5e2228bbede7614f0d74023f6fb11a0e48f23f29 /utils | |
parent | c12b5f415798001a303145de0907a24968710a19 (diff) |
no check needed in libm/libpthread, we do not recurse anymore if the related option is not set, more Makefile cleanups
Diffstat (limited to 'utils')
-rw-r--r-- | utils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/Makefile b/utils/Makefile index 83dc7b190..d13ab2e23 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -96,14 +96,14 @@ readelf.host: readelf.c $(HOSTCC) $(HOSTCFLAGS) -Wl,-s $^ -o $@ clean: - $(RM) $(TARGETS) *.o *~ core *.target elf.h link.h iconv *.host + $(RM) $(TARGETS) *.o *~ core elf.h link.h readelf iconv *.host install: all ifeq ($(strip $(HAVE_SHARED)),y) $(INSTALL) -d $(PREFIX)$(RUNTIME_PREFIX)sbin $(INSTALL) -d $(PREFIX)$(RUNTIME_PREFIX)usr/bin $(INSTALL) -m 755 ldd $(PREFIX)$(RUNTIME_PREFIX)usr/bin/ldd - $(INSTALL) -m 755 ldconfig $(PREFIX)$(RUNTIME_PREFIX)sbin/ldconfig; + $(INSTALL) -m 755 ldconfig $(PREFIX)$(RUNTIME_PREFIX)sbin/ldconfig #$(INSTALL) -m 755 readelf $(PREFIX)$(RUNTIME_PREFIX)usr/bin/readelf endif ifeq ($(strip $(UCLIBC_HAS_LOCALE)),y) |