Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jun 2014 20:48:41 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r267378 - head/lib/libz
Message-ID:  <201406112048.s5BKmfKb089827@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406112048.s5BKmfKb089827>