diff options
author | Carlos O'Donell <carlos@codesourcery.com> | 2006-05-24 01:45:57 +0000 |
---|---|---|
committer | Carlos O'Donell <carlos@gcc.gnu.org> | 2006-05-24 01:45:57 +0000 |
commit | 8665824cdc1ddb2f4c62ca9f48228ade1e072588 (patch) | |
tree | cf19d6a7efcb25d022f0bf9a01447e116d24c496 /libffi/include | |
parent | fd07f6b7519a9e37e2aa7abe3ee7e60530453fce (diff) | |
download | gcc-8665824cdc1ddb2f4c62ca9f48228ade1e072588.zip gcc-8665824cdc1ddb2f4c62ca9f48228ade1e072588.tar.gz gcc-8665824cdc1ddb2f4c62ca9f48228ade1e072588.tar.bz2 |
Makefile.am: Add install-html target.
2006-05-23 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-html target. Add install-html to .PHONY
* Makefile.in: Regenerate.
* aclocal.m4: Regenerate.
* include/Makefile.in: Regenerate.
* testsuite/Makefile.in: Regenerate.
From-SVN: r114037
Diffstat (limited to 'libffi/include')
-rw-r--r-- | libffi/include/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libffi/include/Makefile.in b/libffi/include/Makefile.in index 360f184..958144e 100644 --- a/libffi/include/Makefile.in +++ b/libffi/include/Makefile.in @@ -1,8 +1,8 @@ -# Makefile.in generated by automake 1.9.3 from Makefile.am. +# Makefile.in generated by automake 1.9.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004 Free Software Foundation, Inc. +# 2003, 2004, 2005 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. |