summaryrefslogtreecommitdiffstats
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2005-02-28 15:13:42 +0000
committerPaolo Bonzini <pbonzini@redhat.com>2005-02-28 15:13:42 +0000
commit93c60b6d6a34653d966a90f2bdb4fd6e28ed0a76 (patch)
tree06c8d2fd7f62475ecfe1daeb3fdc069051b7dd22 /Makefile.tpl
parent7fc2ca22c11a6fa8a5de0ecec321188b7c9ac8cb (diff)
downloadcygnal-93c60b6d6a34653d966a90f2bdb4fd6e28ed0a76.tar.gz
cygnal-93c60b6d6a34653d966a90f2bdb4fd6e28ed0a76.tar.bz2
cygnal-93c60b6d6a34653d966a90f2bdb4fd6e28ed0a76.zip
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 93954261c..1fe4025e9 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+]