summaryrefslogtreecommitdiff
path: root/zlib/Makefile.am
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@codesourcery.com>2006-06-13 21:15:06 +0000
committerCarlos O'Donell <carlos@gcc.gnu.org>2006-06-13 21:15:06 +0000
commit3841b81b7b6c7b6a20bcae8b206305938afd6597 (patch)
tree29b0a2dcd5f99d05dfe846479c40f888814922ad /zlib/Makefile.am
parent12973d7afba3116c9507172b6a9fbebb1174a8a8 (diff)
downloadgcc-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.am7
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:
+