From eddd4169f141fe0919cb872fa38fa95f022e67df Mon Sep 17 00:00:00 2001
From: "Peter S. Mazinger" <ps.m@gmx.net>
Date: Fri, 25 Nov 2005 16:32:43 +0000
Subject: Same for utils, renamed install_utils to utils_install to avoid
 conflict when added to top Makefile.in

---
 utils/Makefile.in | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

(limited to 'utils')

diff --git a/utils/Makefile.in b/utils/Makefile.in
index 97ad20a23..be5255a4e 100644
--- a/utils/Makefile.in
+++ b/utils/Makefile.in
@@ -73,13 +73,9 @@ hostutils: $(hostutils_OBJ)
 $(hostutils_OBJ): $(utils_OUT)/%.host : $(utils_DIR)/%.c
 	$(hcompile.u)
 
-# to be removed after included by main Makefile.in
-install: install_utils
-clean: utils_clean
+install-y += utils_install
 
-install-y += install_utils
-
-install_utils: utils
+utils_install: utils
 	$(INSTALL) -d $(PREFIX)$(RUNTIME_PREFIX)usr/bin
 	#$(INSTALL) -m 755 $(utils_OUT)/readelf $(PREFIX)$(RUNTIME_PREFIX)usr/bin/readelf
 ifeq ($(HAVE_SHARED),y)
-- 
cgit v1.2.3