back out inadvertant commit (however, -D_PTHREADS needs to be supplied

somewhere so that gthr-posix.h is included).
This commit is contained in:
matt 2003-07-30 21:21:46 +00:00
parent e379d89a35
commit 5166de08fb
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2003/07/30 21:19:35 matt Exp $
# $NetBSD: Makefile,v 1.4 2003/07/30 21:21:46 matt Exp $
REQUIRETOOLS= yes
NOLINT= # defined
@ -24,7 +24,7 @@ GCCARCH= ${NETBSDSRCDIR}/gnu/usr.bin/gcc3/arch/${MACHINE_ARCH}
SRCS= ${G_OBJS:N[A-Z]*:Nlinking.lo:.lo=.c} ${G_OBJS:M[A-Z]*:.lo=.m} linking.m
GCPPFLAGS= ${G_ALL_CFLAGS} ${G_INCLUDES}
CPPFLAGS+= -I. -I${GCCARCH} -I${LIBGCCOBJ} ${GCPPFLAGS:M-D*} ${GCPPFLAGS:M-I*:N-I.*} -pthread
CPPFLAGS+= -I. -I${GCCARCH} -I${LIBGCCOBJ} ${GCPPFLAGS:M-D*} ${GCPPFLAGS:M-I*:N-I.*}
.for f in Protocol.m Object.m NXConstStr.m linking.m
COPTS.{$f}= -fgnu-runtime
.endfor