From: Christopher Faylor Date: Wed, 5 Apr 2000 14:55:09 +0000 (+0000) Subject: * Makefile.in: Use ZLIB variable as a target. X-Git-Tag: cygwin-1_1_1~52 X-Git-Url: https://cygwin.com/git/?a=commitdiff_plain;h=7b77741821562d5b020b333906eae344436495b2;p=cygwin-apps%2Fsetup.git * Makefile.in: Use ZLIB variable as a target. --- diff --git a/ChangeLog b/ChangeLog index be7d6290..14bfd760 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Apr 5 10:52:08 2000 Christopher Faylor + + * Makefile.in: Use ZLIB variable as a target. + Sat Apr 1 22:49:09 2000 Christopher Faylor * Makefile.in: Eliminate traces of cygwinisms. Don't link with diff --git a/Makefile.in b/Makefile.in index 99c5747e..4d2f03e6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -99,7 +99,7 @@ install: all $(libmingw32): $(mingw_build)/Makefile @$(MAKE) -C $(@D) $(@F) -zlib/zlibcygw.a: zlib/Makefile +$(ZLIB): zlib/Makefile @$(MAKE) -C zlib CFLAGS='$(MINGW_CFLAGS)' %.exe.gz: %.exe