diff options
author | carlos <carlos@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-06-13 21:15:06 +0000 |
---|---|---|
committer | carlos <carlos@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-06-13 21:15:06 +0000 |
commit | 85e4f9ab0cad2c400804c266a998f075d039be17 (patch) | |
tree | 29b0a2dcd5f99d05dfe846479c40f888814922ad /zlib/Makefile.am | |
parent | 337cc6167ba18d935f3aa37a98d3e9ad745528fa (diff) | |
download | ppe42-gcc-85e4f9ab0cad2c400804c266a998f075d039be17.tar.gz ppe42-gcc-85e4f9ab0cad2c400804c266a998f075d039be17.zip |
2006-06-13 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add html and install-html stubs.
* Makefile.in: Regenerate.
* aclocal.m4: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114624 138bc75d-0d04-0410-961f-82ee72b054a4
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: + |