diff options
author | Carlos O'Donell <carlos@codesourcery.com> | 2006-06-13 21:15:06 +0000 |
---|---|---|
committer | Carlos O'Donell <carlos@gcc.gnu.org> | 2006-06-13 21:15:06 +0000 |
commit | 3841b81b7b6c7b6a20bcae8b206305938afd6597 (patch) | |
tree | 29b0a2dcd5f99d05dfe846479c40f888814922ad /zlib/Makefile.am | |
parent | 12973d7afba3116c9507172b6a9fbebb1174a8a8 (diff) | |
download | gcc-3841b81b7b6c7b6a20bcae8b206305938afd6597.tar.gz |
Makefile.am: Add html and install-html stubs.
2006-06-13 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add html and install-html stubs.
* Makefile.in: Regenerate.
* aclocal.m4: Regenerate.
From-SVN: r114624
Diffstat (limited to 'zlib/Makefile.am')
-rw-r--r-- | zlib/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/zlib/Makefile.am b/zlib/Makefile.am index 42ccd78be3f..a10e7b7b639 100644 --- a/zlib/Makefile.am +++ b/zlib/Makefile.am @@ -56,3 +56,10 @@ AM_MAKEFLAGS = \ "PICFLAG=$(PICFLAG)" \ "RANLIB=$(RANLIB)" \ "DESTDIR=$(DESTDIR)" + +# No html, or install-html support. +.PHONY: html install-html + +html: +install-html: + |