diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2004-11-05 16:35:51 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gcc.gnu.org> | 2004-11-05 16:35:51 +0000 |
commit | 54f88091c57f2457752c7d3236bf9f2a9f0c7cd4 (patch) | |
tree | 07aefcd44c520b787b115b82e91e6c97278c2aca /Makefile.def | |
parent | ffdda752b35132ab5a256db31fa3f3de2972030b (diff) | |
download | gcc-54f88091c57f2457752c7d3236bf9f2a9f0c7cd4.zip gcc-54f88091c57f2457752c7d3236bf9f2a9f0c7cd4.tar.gz gcc-54f88091c57f2457752c7d3236bf9f2a9f0c7cd4.tar.bz2 |
Makefile.def (host fixincludes): Specify missing targets.
2004-11-05 Paolo Bonzini <bonzini@gnu.org>
* Makefile.def (host fixincludes): Specify missing targets.
* Makefile.in: Regenerate.
fixincludes/ChangeLog:
2004-11-05 Paolo Bonzini <bonzini@gnu.org>
* Makefile.in (mostlyclean, distclean): New targets.
From-SVN: r90127
Diffstat (limited to 'Makefile.def')
-rw-r--r-- | Makefile.def | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.def b/Makefile.def index 5ac362e..4167b88 100644 --- a/Makefile.def +++ b/Makefile.def @@ -51,7 +51,12 @@ host_modules= { module= fastjar; no_check_cross= true; }; host_modules= { module= fileutils; }; host_modules= { module= findutils; }; host_modules= { module= find; }; -host_modules= { module= fixincludes; }; +host_modules= { module= fixincludes; + missing= info; + missing= dvi; + missing= TAGS; + missing= install-info; + missing= installcheck; }; host_modules= { module= flex; no_check_cross= true; }; host_modules= { module= gas; bootstrap=true; }; host_modules= { module= gcc; bootstrap=true; |