RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Anders F. Björklund
Root: /v/rpm/cvs Email: afb@rpm5.org
Module: zlib Date: 11-Sep-2007 10:08:04
Branch: HEAD Handle: 2007091109080400
Modified files:
zlib Makefile.am
Log:
fix building with make -jX, without cheating
Summary:
Revision Changes Path
1.27 +5 -6 zlib/Makefile.am
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: zlib/Makefile.am
============================================================================
$ cvs diff -u -r1.26 -r1.27 Makefile.am
--- zlib/Makefile.am 11 Sep 2007 06:44:08 -0000 1.26
+++ zlib/Makefile.am 11 Sep 2007 08:08:04 -0000 1.27
@@ -17,14 +17,13 @@
trees.c uncompr.c zutil.c
librpmz_la_LDFLAGS =
-# Don't uncomment the following line or make -jX will break
-# noinst_PROGRAMS = example minigzip
+noinst_PROGRAMS = example minigzip
-#example_SOURCES = example.c
-#example_LDFLAGS = librpmz.la
+example_SOURCES = example.c
+example_LDADD = librpmz.la
-#minigzip_SOURCES = minigzip.c
-#minigzip_LDFLAGS = librpmz.la
+minigzip_SOURCES = minigzip.c
+minigzip_LDADD = librpmz.la
BUILT_SOURCES = # Doxyfile zlib.lcd
@@ .
Received on Tue Sep 11 10:08:05 2007