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.in | |
parent | 877f144b6be1ee47eb2381c68f5e38680d51afa8 (diff) | |
download | gcc-b5f8d49b84d06dc612241cad1a311b09c6fa8841.zip gcc-b5f8d49b84d06dc612241cad1a311b09c6fa8841.tar.gz gcc-b5f8d49b84d06dc612241cad1a311b09c6fa8841.tar.bz2 |
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.in')
-rw-r--r-- | libffi/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libffi/Makefile.in b/libffi/Makefile.in index 37bf645..e59247c 100644 --- a/libffi/Makefile.in +++ b/libffi/Makefile.in @@ -1341,9 +1341,10 @@ uninstall-info: uninstall-info-recursive uninstall-toolexeclibLTLIBRARIES -# 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 |