summaryrefslogtreecommitdiff
path: root/Makefile.def
diff options
context:
space:
mode:
authorbrooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4>2007-03-12 18:58:12 +0000
committerbrooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4>2007-03-12 18:58:12 +0000
commitd6eaff55c4179b3422e70f47e7b8a9266058ba44 (patch)
treeab64d5e36daf5f57bf166fff073b2beb0409a865 /Makefile.def
parentaaafd660d81d50e2b1f80bed091f280c85227d65 (diff)
downloadgcc-d6eaff55c4179b3422e70f47e7b8a9266058ba44.tar.gz
fixincludes/
* Makefile.in: Add dummy "install-info" target. <toplevel> * Makefile.def (fixincludes): Remove unneeded "missing" lines. * Makefile.in: Regenerate git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122855 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.def')
-rw-r--r--Makefile.def8
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;