diff options
author | Brooks Moses <brooks.moses@codesourcery.com> | 2007-03-01 23:51:37 +0000 |
---|---|---|
committer | Brooks Moses <brooks@gcc.gnu.org> | 2007-03-01 15:51:37 -0800 |
commit | b5f8d49b84d06dc612241cad1a311b09c6fa8841 (patch) | |
tree | 0a9e05f23f51a6b69b26b5af7349ea76760e4145 /libffi/Makefile.am | |
parent | 877f144b6be1ee47eb2381c68f5e38680d51afa8 (diff) | |
download | gcc-b5f8d49b84d06dc612241cad1a311b09c6fa8841.tar.gz |
Makefile.am: Add dummy install-pdf target.
* Makefile.am: Add dummy install-pdf target.
* Makefile.in: Regenerate
From-SVN: r122440
Diffstat (limited to 'libffi/Makefile.am')
-rw-r--r-- | libffi/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libffi/Makefile.am b/libffi/Makefile.am index 0924857a2c7..306d03b92e3 100644 --- a/libffi/Makefile.am +++ b/libffi/Makefile.am @@ -162,9 +162,10 @@ libffi_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` AM_CPPFLAGS = -I. -I$(top_srcdir)/include -Iinclude -I$(top_srcdir)/src AM_CCASFLAGS = $(AM_CPPFLAGS) -# No install-html support -.PHONY: install-html +# No install-html or install-pdf support in automake yet +.PHONY: install-html install-pdf install-html: +install-pdf: # Multilib support. Automake should provide these on its own. all-recursive: all-multi |