From: Bruno Haible Date: Sun, 27 Oct 2019 23:10:15 +0000 (+0100) Subject: build: Fix typo in comment. X-Git-Tag: v0.20.2~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d530756bbcef0d77ae465b3e0877f4ee803e2a36;p=thirdparty%2Fgettext.git build: Fix typo in comment. * gettext-tools/gnulib-tests/Makefile.am: Fix typo. * libtextstyle/adhoc-tests/Makefile.am: Likewise. * libtextstyle/tests/Makefile.am: Likewise. --- 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)