X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=zlib%2FMakefile.am;h=55418e497a97836b3c36a0ab9577258d4aa1acd8;hb=53b5063a415aac03876d6732a8e10a221fd5b75c;hp=a10e7b7b639e291173477dd6bd0d18c22dd7c885;hpb=85e4f9ab0cad2c400804c266a998f075d039be17;p=pf3gnuchains%2Fgcc-fork.git diff --git a/zlib/Makefile.am b/zlib/Makefile.am index a10e7b7b639..55418e497a9 100644 --- a/zlib/Makefile.am +++ b/zlib/Makefile.am @@ -2,6 +2,8 @@ AUTOMAKE_OPTIONS = 1.8 cygnus +ACLOCAL_AMFLAGS = -I .. -I ../config + ZLIB_SOURCES = adler32.c compress.c crc32.c crc32.h deflate.c \ deflate.h gzio.c infback.c inffast.c inffast.h inffixed.h inflate.c \ inflate.h inftrees.c inftrees.h trees.c trees.h uncompr.c zconf.h \ @@ -56,10 +58,3 @@ AM_MAKEFLAGS = \ "PICFLAG=$(PICFLAG)" \ "RANLIB=$(RANLIB)" \ "DESTDIR=$(DESTDIR)" - -# No html, or install-html support. -.PHONY: html install-html - -html: -install-html: -