diff options
author | Jim Meyering <jim@meyering.net> | 1997-06-14 16:36:22 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-06-14 16:36:22 +0000 |
commit | 4dc1f7070bfc8d8fced461d760874b79d1ec6c6c (patch) | |
tree | ec70ea49d3b60d98b11c91ef14850564a377b583 /tests/ls/Makefile.in | |
parent | 63ca47adfc99702cab9d2da3c55563f5f2e1360b (diff) | |
download | coreutils-4dc1f7070bfc8d8fced461d760874b79d1ec6c6c.tar.xz |
.
Diffstat (limited to 'tests/ls/Makefile.in')
-rw-r--r-- | tests/ls/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ls/Makefile.in b/tests/ls/Makefile.in index 5c70f509e..a607bded5 100644 --- a/tests/ls/Makefile.in +++ b/tests/ls/Makefile.in @@ -122,7 +122,7 @@ default: all .SUFFIXES: .SUFFIXES: .pl $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/ls/Makefile + cd $(top_srcdir) && $(AUTOMAKE) --gnits tests/ls/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ @@ -140,7 +140,7 @@ distdir: $(DISTFILES) here=`cd $(top_builddir) && pwd`; \ top_distdir=`cd $(top_distdir) && pwd`; \ cd $(top_srcdir) \ - && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu tests/ls/Makefile + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnits tests/ls/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ test -f $(distdir)/$$file \ |