diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2019-06-29 00:35:07 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2019-06-29 00:35:07 +0000 |
commit | aab60713983321da0a2396c65dd6c5dcbd9af046 (patch) | |
tree | d29821cc7ffa374f60fa4608fc7678dd53381982 /regress/lib/libexpat | |
parent | ce1d59e0f39f9cc1c7946c1cef7d2be476c66396 (diff) |
Adjust comment.
Diffstat (limited to 'regress/lib/libexpat')
-rw-r--r-- | regress/lib/libexpat/runtests/Makefile | 4 | ||||
-rw-r--r-- | regress/lib/libexpat/runtestspp/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/regress/lib/libexpat/runtests/Makefile b/regress/lib/libexpat/runtests/Makefile index 8fc7a4fe205..7851014d0ba 100644 --- a/regress/lib/libexpat/runtests/Makefile +++ b/regress/lib/libexpat/runtests/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.3 2017/11/03 18:30:34 bluhm Exp $ +# $OpenBSD: Makefile,v 1.4 2019/06/29 00:35:06 bluhm Exp $ SRCS= runtests.c chardata.c memcheck.c minicheck.c structdata.c -# align_limit_to_full_utf8_characters is not exported in dynamic library +# _INTERNAL_trim_to_complete_utf8_characters is not exported in dynamic library LDFLAGS= -static .include <bsd.regress.mk> diff --git a/regress/lib/libexpat/runtestspp/Makefile b/regress/lib/libexpat/runtestspp/Makefile index f6fc1d27529..181e167fb54 100644 --- a/regress/lib/libexpat/runtestspp/Makefile +++ b/regress/lib/libexpat/runtestspp/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.3 2017/11/03 18:30:34 bluhm Exp $ +# $OpenBSD: Makefile,v 1.4 2019/06/29 00:35:06 bluhm Exp $ SRCS= runtestspp.cpp chardata.c memcheck.c minicheck.c structdata.c -# align_limit_to_full_utf8_characters is not exported in dynamic library +# _INTERNAL_trim_to_complete_utf8_characters is not exported in dynamic library LDFLAGS= -static .include <bsd.regress.mk> |