diff options
author | DJ Delorie <dj@redhat.com> | 2006-10-17 04:23:49 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2006-10-17 04:23:49 +0000 |
commit | 56a8fe780f55008f1b5e53f8c8eaddb584e1d0ec (patch) | |
tree | c42717785398d3d87120824e6577258ee1776e36 /Makefile.tpl | |
parent | aac509a07fcb0f4611461d7264796d687505361f (diff) | |
download | binutils-56a8fe780f55008f1b5e53f8c8eaddb584e1d0ec.zip binutils-56a8fe780f55008f1b5e53f8c8eaddb584e1d0ec.tar.gz binutils-56a8fe780f55008f1b5e53f8c8eaddb584e1d0ec.tar.bz2 |
2006-10-17 Brooks Moses <bmoses@stanford.edu>
* Makefile.def: Added pdf target handling.
* Makefile.tpl: Added pdf target handling.
* Makefile.in: Regenerated.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index 0825a1e..045c6db 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -537,12 +537,13 @@ do-[+make_target+]: # Here are the targets which correspond to the do-X targets. -.PHONY: info installcheck dvi html install-info install-html +.PHONY: info installcheck dvi pdf html install-info install-html .PHONY: clean distclean mostlyclean maintainer-clean realclean .PHONY: local-clean local-distclean local-maintainer-clean info: do-info installcheck: do-installcheck dvi: do-dvi +pdf: do-pdf html: do-html # Make sure makeinfo is built before we do a `make info', if we're @@ -936,7 +937,7 @@ install-[+module+]: installdirs [+ ENDIF no_install +] @endif [+module+] -# Other targets (info, dvi, etc.) +# Other targets (info, dvi, pdf, etc.) [+ FOR recursive_targets +] .PHONY: maybe-[+make_target+]-[+module+] [+make_target+]-[+module+] maybe-[+make_target+]-[+module+]: @@ -1044,7 +1045,7 @@ ENDIF raw_cxx +] [+ ENDIF no_install +] @endif target-[+module+] -# Other targets (info, dvi, etc.) +# Other targets (info, dvi, pdf, etc.) [+ FOR recursive_targets +] .PHONY: maybe-[+make_target+]-target-[+module+] [+make_target+]-target-[+module+] maybe-[+make_target+]-target-[+module+]: |