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