diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2005-02-28 15:13:42 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gnu.org> | 2005-02-28 15:13:42 +0000 |
commit | 2da12f1243a8fc0fd8fb420410bce7572992b389 (patch) | |
tree | 2dbb46026af618276e886ab95f11fce47e1c5a64 /Makefile.tpl | |
parent | b00612cca606ac97427efb061ec985bb772c749b (diff) | |
download | gdb-2da12f1243a8fc0fd8fb420410bce7572992b389.zip gdb-2da12f1243a8fc0fd8fb420410bce7572992b389.tar.gz gdb-2da12f1243a8fc0fd8fb420410bce7572992b389.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+] |