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 | |
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')
-rw-r--r-- | libffi/ChangeLog | 5 | ||||
-rw-r--r-- | libffi/Makefile.am | 5 | ||||
-rw-r--r-- | libffi/Makefile.in | 5 |
3 files changed, 11 insertions, 4 deletions
diff --git a/libffi/ChangeLog b/libffi/ChangeLog index 5a67ccdda30..6747893487b 100644 --- a/libffi/ChangeLog +++ b/libffi/ChangeLog @@ -1,3 +1,8 @@ +2007-03-01 Brooks Moses <brooks.moses@codesourcery.com> + + * Makefile.am: Add dummy install-pdf target. + * Makefile.in: Regenerate + 2007-02-13 Andreas Krebbel <krebbel1@de.ibm.com> * src/s390/ffi.c (ffi_prep_args, ffi_prep_cif_machdep, 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 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 |