summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/locale/uselocale/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libc/locale/uselocale/Makefile')
-rw-r--r--src/regress/lib/libc/locale/uselocale/Makefile4
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
3PROG = uselocale 3PROG = uselocale
4CFLAGS += -Wno-macro-redefined 4CFLAGS += -Wno-macro-redefined -Wno-int-to-pointer-cast
5LDFLAGS += -pthread 5LDFLAGS += -pthread
6 6
7run-regress-${PROG}: ${PROG} 7run-regress-${PROG}: ${PROG}