- permit zlib in rpm to be built with make -j (#159404).
authorjbj <devnull@localhost>
Wed, 13 Jul 2005 11:21:28 +0000 (11:21 +0000)
committerjbj <devnull@localhost>
Wed, 13 Jul 2005 11:21:28 +0000 (11:21 +0000)
CVS patchset: 7882
CVS date: 2005/07/13 11:21:28

CHANGES
zlib/Makefile.am

diff --git a/CHANGES b/CHANGES
index a6e0853..7a0ad71 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -23,6 +23,7 @@
        - fix: find-debuginfo.sh not handling set[ug]id ELF files (#100963).
        - fix: find-debuginfo.sh kernel voo-doo tweaks (#159346).
        - fix: initialize variables used in debug msg (#160458).
+       - permit zlib in rpm to be built with make -j (#159404).
 
 4.4 -> 4.4.1:
        - force *.py->*.pyo byte code compilation with brp-python-bytecompile.
index dc0e0ff..01f7b1f 100644 (file)
@@ -20,9 +20,11 @@ noinst_PROGRAMS = example minigzip
 
 example_SOURCES = example.c
 example_LDFLAGS = -L. -lz
+example_DEPENDENCIES = libz.la
 
 minigzip_SOURCES = minigzip.c
 minigzip_LDFLAGS = -L. -lz
+minigzip_DEPENDENCIES = libz.la
 
 BUILT_SOURCES = # Doxyfile zlib.lcd