diff options
author | Brooks Moses <brooks.moses@codesourcery.com> | 2007-03-01 23:52:38 +0000 |
---|---|---|
committer | Brooks Moses <brooks@gcc.gnu.org> | 2007-03-01 15:52:38 -0800 |
commit | 4426724a02890d1afd1627a3d6b9368b21421326 (patch) | |
tree | 5536c13b9ea9038c8492c4d824eeb48456843709 /boehm-gc/Makefile.am | |
parent | b5f8d49b84d06dc612241cad1a311b09c6fa8841 (diff) | |
download | gcc-4426724a02890d1afd1627a3d6b9368b21421326.zip gcc-4426724a02890d1afd1627a3d6b9368b21421326.tar.gz gcc-4426724a02890d1afd1627a3d6b9368b21421326.tar.bz2 |
Makefile.am: Add dummy install-pdf target.
* Makefile.am: Add dummy install-pdf target.
* Makefile.in: Regenerate
From-SVN: r122441
Diffstat (limited to 'boehm-gc/Makefile.am')
-rw-r--r-- | boehm-gc/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/boehm-gc/Makefile.am b/boehm-gc/Makefile.am index 66d5cb1..c31d67a 100644 --- a/boehm-gc/Makefile.am +++ b/boehm-gc/Makefile.am @@ -111,7 +111,8 @@ CONFIG_STATUS_DEPENDENCIES = $(srcdir)/configure.host MAKEOVERRIDES= -# No install-html support yet -.PHONY: install-html +# No install-html or install-pdf support in automake yet +.PHONY: install-html install-pdf install-html: +install-pdf: |