]> cygwin.com Git - cygwin-apps/setup.git/commitdiff
* Makefile.in: Use ZLIB variable as a target.
authorChristopher Faylor <me@cgf.cx>
Wed, 5 Apr 2000 14:55:09 +0000 (14:55 +0000)
committerChristopher Faylor <me@cgf.cx>
Wed, 5 Apr 2000 14:55:09 +0000 (14:55 +0000)
ChangeLog
Makefile.in

index be7d629077802c64c58f46305a01aeb836e3a508..14bfd7602fa86daff215a3953a7ff01b89d5a470 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Apr  5 10:52:08 2000  Christopher Faylor <cgf@cygnus.com>
+
+       * Makefile.in: Use ZLIB variable as a target.
+
 Sat Apr  1 22:49:09 2000  Christopher Faylor <cgf@cygnus.com>
 
        * Makefile.in: Eliminate traces of cygwinisms.  Don't link with
index 99c5747e350e7b932b0754810aa4701ae15e3fde..4d2f03e6be5e8f94e3ca28f3f3bb270ff5d92350 100644 (file)
@@ -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
This page took 0.036165 seconds and 5 git commands to generate.