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/Makefile3
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
3PROG = uselocale 3PROG = uselocale
4CFLAGS += -Wno-macro-redefined
4LDFLAGS += -pthread 5LDFLAGS += -pthread
5 6
6run-regress-${PROG}: ${PROG} 7run-regress-${PROG}: ${PROG}