X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=Makefile.def;h=986b1eda0ee36c9562f3ec2ab1552a1c73362ccb;hb=396b2c195a42f5e41656475dc041538641fe5325;hp=7376c119a8201517d381997e4f9af730df8cd807;hpb=d3dc619d32bd97c1b3046b59a49bb25f4e511818;p=gcc.git diff --git a/Makefile.def b/Makefile.def index 7376c119a82..986b1eda0ee 100644 --- a/Makefile.def +++ b/Makefile.def @@ -51,12 +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-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; @@ -166,6 +161,9 @@ recursive_targets = { make_target= TAGS; recursive_targets = { make_target= install-info; depend=configure; depend=info; }; +recursive_targets = { make_target= install-pdf; + depend=configure; + depend=pdf; }; recursive_targets = { make_target= install-html; depend=configure; depend=html; }; @@ -189,6 +187,7 @@ flags_to_pass = { flag= includedir ; }; flags_to_pass = { flag= datarootdir ; }; flags_to_pass = { flag= docdir ; }; flags_to_pass = { flag= infodir ; }; +flags_to_pass = { flag= pdfdir ; }; flags_to_pass = { flag= htmldir ; }; flags_to_pass = { flag= libdir ; }; flags_to_pass = { flag= libexecdir ; };