diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2004-11-05 16:36:20 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gnu.org> | 2004-11-05 16:36:20 +0000 |
commit | c2150aac76f6045732347bc71fea9997ef9a0af9 (patch) | |
tree | dd40eba0ba4dcefb2cb386c4c31fb0b43b345da1 /Makefile.def | |
parent | 31e72e0d2c7b1e827f9d9de988f28a60bdcf4e5f (diff) | |
download | gdb-c2150aac76f6045732347bc71fea9997ef9a0af9.tar.gz |
2004-11-05 Paolo Bonzini <bonzini@gnu.org>
* Makefile.def (host fixincludes): Specify missing targets.
* Makefile.in: Regenerate.
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 5ac362e004d..4167b88bffa 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; |