diff options
Diffstat (limited to 'src/regress/lib/libc/locale/uselocale/Makefile')
-rw-r--r-- | src/regress/lib/libc/locale/uselocale/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libc/locale/uselocale/Makefile b/src/regress/lib/libc/locale/uselocale/Makefile index 3c3f487df8..a10471bcf6 100644 --- a/src/regress/lib/libc/locale/uselocale/Makefile +++ b/src/regress/lib/libc/locale/uselocale/Makefile | |||
@@ -1,7 +1,7 @@ | |||
1 | # $OpenBSD: Makefile,v 1.2 2017/08/15 23:46:51 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.3 2017/08/16 01:40:30 schwarze Exp $ |
2 | 2 | ||
3 | PROG = uselocale | 3 | PROG = uselocale |
4 | CFLAGS += -Wno-macro-redefined | 4 | CFLAGS += -Wno-macro-redefined -Wno-int-to-pointer-cast |
5 | LDFLAGS += -pthread | 5 | LDFLAGS += -pthread |
6 | 6 | ||
7 | run-regress-${PROG}: ${PROG} | 7 | run-regress-${PROG}: ${PROG} |