summaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2005-02-28 15:13:42 +0000
committerPaolo Bonzini <bonzini@gnu.org>2005-02-28 15:13:42 +0000
commitc1b1d7ccc2a3648079d6dcfc765f5a3905ef5430 (patch)
tree983d527b8f657906b4da50ef9e2a527fb8fe67b9 /Makefile.tpl
parent65cdce5573c4d535b7d3314cbf2d62c4184138f2 (diff)
downloadbinutils-redhat-c1b1d7ccc2a3648079d6dcfc765f5a3905ef5430.tar.gz
2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
PR bootstrap/20250 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install instead of check. * Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index 93954261c7..1fe4025e9f 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -946,7 +946,7 @@ install-[+module+]: installdirs
$(SET_LIB_PATH) \
$(HOST_EXPORTS) \
(cd $(HOST_SUBDIR)/[+module+] && \
- $(MAKE) $(FLAGS_TO_PASS) [+extra_make_flags+] check)
+ $(MAKE) $(FLAGS_TO_PASS) [+extra_make_flags+] install)
[+ ENDIF no_install +]
@endif [+module+]