diff options
author | DJ Delorie <dj@delorie.com> | 2007-03-12 20:19:44 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2007-03-12 20:19:44 +0000 |
commit | 28b816869799499d6bf759d2b7bbf14a8e8d139c (patch) | |
tree | 89253126da0afd797a08a0f3f1a62134bca6196b /Makefile.def | |
parent | ae24f1d82e2ec6c5e5f090d56416c31bcf2d419c (diff) | |
download | gdb-28b816869799499d6bf759d2b7bbf14a8e8d139c.tar.gz |
2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
* Makefile.def (fixincludes): Remove unneeded "missing" lines.
* Makefile.in: Regenerate
Diffstat (limited to 'Makefile.def')
-rw-r--r-- | Makefile.def | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile.def b/Makefile.def index 926c934ea22..986b1eda0ee 100644 --- a/Makefile.def +++ b/Makefile.def @@ -51,13 +51,7 @@ host_modules= { module= fileutils; }; host_modules= { module= findutils; }; host_modules= { module= find; }; host_modules= { module= fixincludes; - missing= info; - missing= dvi; - missing= pdf; - missing= TAGS; - missing= install-pdf; - missing= install-info; - missing= installcheck; }; + missing= TAGS; }; host_modules= { module= flex; no_check_cross= true; }; host_modules= { module= gas; bootstrap=true; }; host_modules= { module= gcc; bootstrap=true; |