Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2004-11-05 19:36:20 +0300
committerPaolo Bonzini <pbonzini@redhat.com>2004-11-05 19:36:20 +0300
commit38b33663ac436fe6a513b6a41c7b3041c7f854fd (patch)
tree06cf1dc5bef55588d0b8f4779e5f6b883122c1f3 /Makefile.def
parent116a99648d69a8f2263a689faeb6fdc9bd4dfeaa (diff)
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.def7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.def b/Makefile.def
index 5ac362e00..4167b88bf 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;