From d530756bbcef0d77ae465b3e0877f4ee803e2a36 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 28 Oct 2019 00:10:15 +0100 Subject: [PATCH] build: Fix typo in comment. * gettext-tools/gnulib-tests/Makefile.am: Fix typo. * libtextstyle/adhoc-tests/Makefile.am: Likewise. * libtextstyle/tests/Makefile.am: Likewise. --- gettext-tools/gnulib-tests/Makefile.am | 2 +- libtextstyle/adhoc-tests/Makefile.am | 2 +- libtextstyle/tests/Makefile.am | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gettext-tools/gnulib-tests/Makefile.am b/gettext-tools/gnulib-tests/Makefile.am index 0d13afc3e..68d094c28 100644 --- a/gettext-tools/gnulib-tests/Makefile.am +++ b/gettext-tools/gnulib-tests/Makefile.am @@ -25,7 +25,7 @@ AUTOMAKE_OPTIONS += 1.11 color-tests AM_CPPFLAGS += -I../intl -# Remove .deps directories creates by 'configure'. +# Remove .deps directories created by 'configure'. # I would say that this left-over is an Automake 1.16.1 bug. distclean-local: rm -rf $(DEPDIR) */$(DEPDIR) diff --git a/libtextstyle/adhoc-tests/Makefile.am b/libtextstyle/adhoc-tests/Makefile.am index 7b78df8d8..88f384096 100644 --- a/libtextstyle/adhoc-tests/Makefile.am +++ b/libtextstyle/adhoc-tests/Makefile.am @@ -46,7 +46,7 @@ LDADD = ../lib/libtextstyle.la EXTRA_DIST += $(noinst_DATA) -# Remove .deps directories creates by 'configure'. +# Remove .deps directories created by 'configure'. # I would say that this left-over is an Automake 1.16.1 bug. distclean-local: rm -rf $(DEPDIR) */$(DEPDIR) diff --git a/libtextstyle/tests/Makefile.am b/libtextstyle/tests/Makefile.am index ed61f92ed..852d0b6f2 100644 --- a/libtextstyle/tests/Makefile.am +++ b/libtextstyle/tests/Makefile.am @@ -36,7 +36,7 @@ CHECKER_END_OF_COMMENTS = TESTS_ENVIRONMENT += $(SHELL) $(top_srcdir)/build-aux/run-test '$(CHECKER)' -# Remove .deps directories creates by 'configure'. +# Remove .deps directories created by 'configure'. # I would say that this left-over is an Automake 1.16.1 bug. distclean-local: rm -rf $(DEPDIR) */$(DEPDIR)