diff options
Diffstat (limited to 'tests/tr')
-rw-r--r-- | tests/tr/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/tr/Makefile.in b/tests/tr/Makefile.in index 1ece769fa..987abbccd 100644 --- a/tests/tr/Makefile.in +++ b/tests/tr/Makefile.in @@ -76,6 +76,7 @@ GMSGFMT = @GMSGFMT@ GNU_PACKAGE = @GNU_PACKAGE@ GT_NO = @GT_NO@ GT_YES = @GT_YES@ +HELP2MAN = @HELP2MAN@ INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTOBJEXT = @INSTOBJEXT@ @@ -160,7 +161,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= \ |