diff options
author | brooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-01 23:51:37 +0000 |
---|---|---|
committer | brooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-01 23:51:37 +0000 |
commit | 0ce4a5ce672e226be3647c485e26fe70f1f7c8d7 (patch) | |
tree | 0a9e05f23f51a6b69b26b5af7349ea76760e4145 /libffi/Makefile.in | |
parent | 71625283ee8ae6cac2e23ad6de7da82f9ced2a09 (diff) | |
download | gcc-0ce4a5ce672e226be3647c485e26fe70f1f7c8d7.tar.gz |
* Makefile.am: Add dummy install-pdf target.
* Makefile.in: Regenerate
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122440 138bc75d-0d04-0410-961f-82ee72b054a4
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 37bf645040b..e59247c565a 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 |