* Makefile.in (zlib_h): Rename libz.h -> zlib.h.
This commit is contained in:
parent
0c7b55727a
commit
7b06693464
@ -1,3 +1,7 @@
|
||||
2003-09-08 Christopher Faylor <cgf@redhat.com>
|
||||
|
||||
* Makefile.in: Rename libz.h -> zlib.h.
|
||||
|
||||
2003-09-07 Christopher Faylor <cgf@redhat.com>
|
||||
|
||||
* Makefile.in: Detect existence of mingw zlib headers and libraries.
|
||||
|
@ -41,7 +41,7 @@ libintl:=${shell $(CC) -B$(bupdir2)/intl/ --print-file-name=libintl.a}
|
||||
build_dumper:=${shell test -r $(libbfd) && test -r ${libintl} && echo 1}
|
||||
|
||||
libz:=${shell $(CC) -mno-cygwin --print-file-name=libz.a}
|
||||
zlib_h:=-include ${patsubst %/lib/libz.a,%/include/libz.h,$(libz)}
|
||||
zlib_h:=-include ${patsubst %/lib/libz.a,%/include/zlib.h,$(libz)}
|
||||
zconf_h:=-include ${patsubst %/lib/libz.a,%/include/zconf.h,$(libz)}
|
||||
ifeq "${dir $(libz)}" "./"
|
||||
zlib_h:=
|
||||
|
Loading…
Reference in New Issue
Block a user