svn commit: r268048 - stable/9/lib/libz

Xin LI delphij at FreeBSD.org
Mon Jun 30 16:32:49 UTC 2014


Author: delphij
Date: Mon Jun 30 16:32:49 2014
New Revision: 268048
URL: http://svnweb.freebsd.org/changeset/base/268048

Log:
  MFC r267378:
  
  Fix path for zlib examples, this have no runtime effect and was
  overlooked when I was doing zlib update.

Modified:
  stable/9/lib/libz/Makefile
Directory Properties:
  stable/9/lib/libz/   (props changed)

Modified: stable/9/lib/libz/Makefile
==============================================================================
--- stable/9/lib/libz/Makefile	Mon Jun 30 16:31:28 2014	(r268047)
+++ stable/9/lib/libz/Makefile	Mon Jun 30 16:32:49 2014	(r268048)
@@ -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-all mailing list