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