diff options
Diffstat (limited to 'tests/tr')
-rw-r--r-- | tests/tr/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tr/Makefile.in b/tests/tr/Makefile.in index 1825c8003..25fa9e72b 100644 --- a/tests/tr/Makefile.in +++ b/tests/tr/Makefile.in @@ -160,7 +160,7 @@ all: all-am .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ - $(AUTOMAKE) --gnits tests/tr/Makefile + $(AUTOMAKE) --gnu tests/tr/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && \ CONFIG_HEADERS= CONFIG_LINKS= \ |