svn commit: r268047 - stable/10/lib/libz
Xin LI
delphij at FreeBSD.org
Mon Jun 30 16:31:28 UTC 2014
Author: delphij
Date: Mon Jun 30 16:31:28 2014
New Revision: 268047
URL: http://svnweb.freebsd.org/changeset/base/268047
Log:
MFC r267378:
Fix path for zlib examples, this have no runtime effect and was
overlooked when I was doing zlib update.
Modified:
stable/10/lib/libz/Makefile
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/lib/libz/Makefile
==============================================================================
--- stable/10/lib/libz/Makefile Mon Jun 30 16:23:31 2014 (r268046)
+++ stable/10/lib/libz/Makefile Mon Jun 30 16:31:28 2014 (r268047)
@@ -55,6 +55,8 @@ CFLAGS+= -DSYMBOL_VERSIONING
INCS= zconf.h zlib.h
+.PATH: ${.CURDIR}/test
+
minigzip: all minigzip.o
$(CC) -o minigzip minigzip.o -L. -lz
More information about the svn-src-stable
mailing list