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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "[email protected]"