diff options
author | Jim Meyering <jim@meyering.net> | 1998-02-07 08:13:44 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-02-07 08:13:44 +0000 |
commit | de38f9c61fbff24a842744876be5ba6d1b095b18 (patch) | |
tree | f03507df4c6b4e194f2324979f1387053b3612eb /tests/ls | |
parent | aa14b2d9940855c431649a87cde9647615735060 (diff) | |
download | coreutils-de38f9c61fbff24a842744876be5ba6d1b095b18.tar.xz |
.
Diffstat (limited to 'tests/ls')
-rw-r--r-- | tests/ls/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ls/Makefile.in b/tests/ls/Makefile.in index e59ea4931..fd8894ec0 100644 --- a/tests/ls/Makefile.in +++ b/tests/ls/Makefile.in @@ -106,7 +106,7 @@ GZIP = --best default: all .SUFFIXES: -$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnits tests/ls/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) |