diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2005-02-28 15:13:42 +0000 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2005-02-28 15:13:42 +0000 |
commit | 93c60b6d6a34653d966a90f2bdb4fd6e28ed0a76 (patch) | |
tree | 06c8d2fd7f62475ecfe1daeb3fdc069051b7dd22 /Makefile.tpl | |
parent | 7fc2ca22c11a6fa8a5de0ecec321188b7c9ac8cb (diff) | |
download | newlib-93c60b6d6a34653d966a90f2bdb4fd6e28ed0a76.zip newlib-93c60b6d6a34653d966a90f2bdb4fd6e28ed0a76.tar.gz newlib-93c60b6d6a34653d966a90f2bdb4fd6e28ed0a76.tar.bz2 |
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.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index 9395426..1fe4025 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+] |