diff options
author | Andrew Pinski <pinskia@physics.uc.edu> | 2005-02-28 15:09:55 +0000 |
---|---|---|
committer | Andrew Pinski <pinskia@gcc.gnu.org> | 2005-02-28 07:09:55 -0800 |
commit | ace9ac7b516143431e8dfcebedc2eeeffb1ab898 (patch) | |
tree | 070b5cd1f64b09d552b4dce0bb5e213c90de7b3d /Makefile.tpl | |
parent | 920b9c8d7018b1c4c7bebc6d517df78e7915f71b (diff) | |
download | gcc-ace9ac7b516143431e8dfcebedc2eeeffb1ab898.tar.gz |
re PR bootstrap/20250 (fixincludes is no longer installs but does make check instead)
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.
From-SVN: r95685
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 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+] |