diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-25 16:32:43 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-25 16:32:43 +0000 |
commit | eddd4169f141fe0919cb872fa38fa95f022e67df (patch) | |
tree | 77fb202c2eb8fc6064aa8c5d1a246302a1fcee1c /Makefile.in | |
parent | 7eb0eeee374010bc7c0cd300322076fcfe17380b (diff) |
Same for utils, renamed install_utils to utils_install to avoid conflict when added to top Makefile.in
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 2c9dbe780..c1bdeed22 100644 --- a/Makefile.in +++ b/Makefile.in @@ -237,7 +237,7 @@ utils: # Installs helper applications, such as 'ldd' and 'ldconfig' install_utils: utils - $(MAKE) CROSS="$(CROSS)" CC="$(CC)" -C utils install + $(MAKE) CROSS="$(CROSS)" CC="$(CC)" -C utils utils_install else # ifeq ($(HAVE_DOT_CONFIG),y) @@ -306,7 +306,7 @@ clean: $(MAKE) -C extra/locale locale_clean $(MAKE) headers_clean-y $(MAKE) -C test clean - $(MAKE) -C utils clean + $(MAKE) -C utils utils_clean @set -e; \ for i in `(cd libc/sysdeps/linux/common/sys; ls *.h)` ; do \ $(RM) include/sys/$$i; \ |