build: Fix typo in comment.

* gettext-tools/gnulib-tests/Makefile.am: Fix typo.
* libtextstyle/adhoc-tests/Makefile.am: Likewise.
* libtextstyle/tests/Makefile.am: Likewise.
This commit is contained in:
Bruno Haible 2019-10-28 00:10:15 +01:00
parent 3a799ac155
commit d530756bbc
3 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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)