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
 
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to