Date: Fri, 14 Jul 2006 10:07:45 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 101535 for review Message-ID: <200607141007.k6EA7js7062221@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=101535 Change 101535 by jb@jb_freebsd2 on 2006/07/14 10:06:59 Fix typos. Affected files ... .. //depot/projects/dtrace/src/sbin/ggate/ggatec/Makefile#4 edit .. //depot/projects/dtrace/src/sbin/ggate/ggated/Makefile#4 edit Differences ... ==== //depot/projects/dtrace/src/sbin/ggate/ggatec/Makefile#4 (text+ko) ==== @@ -14,7 +14,7 @@ DPADD= ${LIBGEOM} ${LIBSBUF} ${LIBBSDXML} ${LIBUTIL} LDADD= -lgeom -lsbuf -lbsdxml -lutil -.if ${MK_LIB_THREADS} == "no" +.if ${MK_LIBC_THREADS} == "no" DPADD+= ${LIBPTHREAD} LDADD+= -lpthread .endif ==== //depot/projects/dtrace/src/sbin/ggate/ggated/Makefile#4 (text+ko) ==== @@ -8,7 +8,7 @@ MAN= ggated.8 SRCS= ggated.c ggate.c -.if ${MK_LIB_THREADS} == "no" +.if ${MK_LIBC_THREADS} == "no" DPADD= ${LIBPTHREAD} LDADD= -lpthread .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607141007.k6EA7js7062221>