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 | |
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
-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 5a67ccd..6747893 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 0924857..306d03b 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 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 |