Author: loos
Date: Thu Feb 27 13:29:26 2014
New Revision: 262561
URL: http://svnweb.freebsd.org/changeset/base/262561

Log:
  Fix a leftover of r260523.  Remove the unnecessary dependency to zlib.h.
  
  Approved by:  adrian (mentor)

Modified:
  head/sys/modules/geom/geom_uncompress/Makefile

Modified: head/sys/modules/geom/geom_uncompress/Makefile
==============================================================================
--- head/sys/modules/geom/geom_uncompress/Makefile      Thu Feb 27 13:27:04 
2014        (r262560)
+++ head/sys/modules/geom/geom_uncompress/Makefile      Thu Feb 27 13:29:26 
2014        (r262561)
@@ -12,6 +12,6 @@ CFLAGS+= -I${.CURDIR}/../../../geom/unco
        -I${.CURDIR}/../../../contrib/xz-embedded/linux/lib/xz/
 SRCS=  g_uncompress.c xz_crc32.c xz_dec_bcj.c xz_dec_lzma2.c xz_dec_stream.c \
     xz_malloc.c
-SRCS+= xz.h xz_config.h xz_lzma2.h xz_malloc.h xz_private.h xz_stream.h zlib.h
+SRCS+= xz.h xz_config.h xz_lzma2.h xz_malloc.h xz_private.h xz_stream.h
 
 .include <bsd.kmod.mk>
_______________________________________________
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