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