From 4465796928057096f5cb5117866224faf39184cb Mon Sep 17 00:00:00 2001 From: naddy <> Date: Sat, 8 May 2010 19:16:33 +0000 Subject: * add #includes to pull in missing prototypes, as pointed out by gcc4 * fix CFLAGS syntax for make depend ok blambert@ --- src/regress/lib/libc/stdio_threading/fputs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/regress/lib/libc/stdio_threading/fputs') diff --git a/src/regress/lib/libc/stdio_threading/fputs/Makefile b/src/regress/lib/libc/stdio_threading/fputs/Makefile index 5542dd3979..e561745581 100644 --- a/src/regress/lib/libc/stdio_threading/fputs/Makefile +++ b/src/regress/lib/libc/stdio_threading/fputs/Makefile @@ -1,6 +1,6 @@ TOPDIR=${.CURDIR} PROG=fputs_test -CFLAGS+=-I ${TOPDIR}/../include/ +CFLAGS+=-I${TOPDIR}/../include/ LDFLAGS+=-lpthread .include -- cgit v1.2.3-55-g6feb