Module Name:    src
Committed By:   matt
Date:           Thu Mar 17 01:01:15 UTC 2011

Modified Files:
        src/lib/libpthread_dbg: Makefile

Log Message:
Since this is use pthread_int.h, it needs __LIBPTHREAD_SOURCE__ to be defined.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/libpthread_dbg/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libpthread_dbg/Makefile
diff -u src/lib/libpthread_dbg/Makefile:1.7 src/lib/libpthread_dbg/Makefile:1.8
--- src/lib/libpthread_dbg/Makefile:1.7	Thu Aug 16 01:09:50 2007
+++ src/lib/libpthread_dbg/Makefile	Thu Mar 17 01:01:15 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.7 2007/08/16 01:09:50 ad Exp $
+#	$NetBSD: Makefile,v 1.8 2011/03/17 01:01:15 matt Exp $
 #
 
 WARNS=	2
@@ -32,6 +32,8 @@
 
 SRCS=	pthread_dbg.c 
 
+CPPFLAGS+=	-D__LIBPTHREAD_SOURCE__
+
 INCS=	pthread_dbg.h
 INCSDIR=/usr/include
 

Reply via email to