summaryrefslogtreecommitdiffstats
path: root/Makefile.def
diff options
context:
space:
mode:
authorcvs2svn <>2006-04-12 18:41:46 +0000
committercvs2svn <>2006-04-12 18:41:46 +0000
commit3e58882d0d67546b5652f410197fd1160e250254 (patch)
tree5134d327cb64a57d81bdbbd45d04b27eb7bb837f /Makefile.def
parent47fe9f993c5ca9464f023b749c933368e74ac4e8 (diff)
downloadcygnal-binutils-2_17-branchpoint.tar.gz
cygnal-binutils-2_17-branchpoint.tar.bz2
cygnal-binutils-2_17-branchpoint.zip
This commit was manufactured by cvs2svn to create branch 'binutils-binutils-2_17-branchpoint
2_17-branch'. Sprout from msnyder-reverse-20060331-branch 2006-03-28 07:19:17 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch 'msnyder-' Cherrypick from master 2006-04-12 18:41:45 UTC DJ Delorie <dj@redhat.com> 'merge from gcc': ChangeLog Makefile.def Makefile.in Makefile.tpl configure configure.in etc/ChangeLog etc/Makefile.in etc/configure etc/configure.in etc/configure.texi include/ChangeLog include/bfdlink.h include/libiberty.h include/opcode/ChangeLog include/opcode/avr.h Delete: djunpack.bat
Diffstat (limited to 'Makefile.def')
-rw-r--r--Makefile.def6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.def b/Makefile.def
index 3227a4456..4c58ab5a7 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -155,6 +155,9 @@ recursive_targets = { make_target= TAGS;
recursive_targets = { make_target= install-info;
depend=configure;
depend=info; };
+recursive_targets = { make_target= install-html;
+ depend=configure;
+ depend=html; };
recursive_targets = { make_target= installcheck;
depend=configure; };
recursive_targets = { make_target= mostlyclean; };
@@ -172,7 +175,10 @@ flags_to_pass = { flag= bindir ; };
flags_to_pass = { flag= datadir ; };
flags_to_pass = { flag= exec_prefix ; };
flags_to_pass = { flag= includedir ; };
+flags_to_pass = { flag= datarootdir ; };
+flags_to_pass = { flag= docdir ; };
flags_to_pass = { flag= infodir ; };
+flags_to_pass = { flag= htmldir ; };
flags_to_pass = { flag= libdir ; };
flags_to_pass = { flag= libexecdir ; };
flags_to_pass = { flag= lispdir ; };