svn commit: r267378 - head/lib/libz

Xin LI delphij at FreeBSD.org
Wed Jun 11 20:48:41 UTC 2014


Author: delphij
Date: Wed Jun 11 20:48:40 2014
New Revision: 267378
URL: http://svnweb.freebsd.org/changeset/base/267378

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

Modified:
  head/lib/libz/Makefile

Modified: head/lib/libz/Makefile
==============================================================================
--- head/lib/libz/Makefile	Wed Jun 11 20:46:23 2014	(r267377)
+++ head/lib/libz/Makefile	Wed Jun 11 20:48:40 2014	(r267378)
@@ -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