summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-11-25 16:32:43 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-11-25 16:32:43 +0000
commiteddd4169f141fe0919cb872fa38fa95f022e67df (patch)
tree77fb202c2eb8fc6064aa8c5d1a246302a1fcee1c /utils
parent7eb0eeee374010bc7c0cd300322076fcfe17380b (diff)
Same for utils, renamed install_utils to utils_install to avoid conflict when added to top Makefile.in
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile.in8
1 files changed, 2 insertions, 6 deletions
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)