diff options
author | Jim Meyering <jim@meyering.net> | 1999-03-27 23:07:53 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-03-27 23:07:53 +0000 |
commit | 7ca462d86501161050aeb8deb4753ceeac3646bf (patch) | |
tree | 4c9059cf1fcd33e9d3ce0ae0646fdcf40a63825b /tests/cut | |
parent | 81e166e0ce96dd725b9ccc3320471473065f2d6a (diff) | |
download | coreutils-7ca462d86501161050aeb8deb4753ceeac3646bf.tar.xz |
.
Diffstat (limited to 'tests/cut')
-rw-r--r-- | tests/cut/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/cut/Makefile.in b/tests/cut/Makefile.in index 13259a235..09b7a7b49 100644 --- a/tests/cut/Makefile.in +++ b/tests/cut/Makefile.in @@ -10,7 +10,6 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. - SHELL = @SHELL@ srcdir = @srcdir@ @@ -78,6 +77,7 @@ MAKEINFO = @MAKEINFO@ MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ PACKAGE = @PACKAGE@ +PERL = @PERL@ POFILES = @POFILES@ POSUB = @POSUB@ POW_LIBM = @POW_LIBM@ @@ -88,6 +88,7 @@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ l = @l@ + x = cut explicit = maint_gen = 1.I 1.X 2.I 2.X 3.I 3.X 4.I 4.X 5.I 5.X 6.I 6.X 7.I 7.X 8.I 8.X 9.I 9.X a.I a.X b.I b.X c.I c.X d.I d.X e.I e.X f.I f.X g.I g.X h.I h.X i.I i.X j.I j.X k.I k.X l.I l.X m.I m.X n.I n.X o.I o.X p.I p.X q.I q.X r.I r.X s.I s.X t.I t.X u.I u.X v.I v.X w.I w.X x.I x.X y.I y.X z.I z.X empty-fl.I empty-fl.X missing-fl.I missing-fl.X empty-bl.I empty-bl.X missing-bl.I missing-bl.X empty-f1.I empty-f1.X empty-f2.I empty-f2.X o-delim.I o-delim.X nul-idelim.I nul-idelim.X nul-odelim.I nul-odelim.X multichar-od.I multichar-od.X 8bit-delim.I 8bit-delim.X |