aboutsummaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorAndrew Pinski <pinskia@physics.uc.edu>2005-02-28 15:09:55 +0000
committerAndrew Pinski <pinskia@physics.uc.edu>2005-02-28 15:09:55 +0000
commiteebb1d11294c8a0c0fbf0d9a7b6cccfb2a854d83 (patch)
tree070b5cd1f64b09d552b4dce0bb5e213c90de7b3d /Makefile.tpl
parentc65163d6e1b7570657f62ec74554f4cf62579009 (diff)
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. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@95685 138bc75d-0d04-0410-961f-82ee72b054a4
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 93954261c76..1fe4025e9f7 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+]