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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | libffi/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libffi/Makefile.am b/libffi/Makefile.am index af9bc17..c1b23a2 100644 --- a/libffi/Makefile.am +++ b/libffi/Makefile.am @@ -158,3 +158,8 @@ 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 +install-html: + |