diff options
author | Jim Meyering <jim@meyering.net> | 1999-08-30 14:59:08 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-08-30 14:59:08 +0000 |
commit | 128307fa88455d6fba6fc95e29ddd4178b327911 (patch) | |
tree | 1975c7f8f0a7cc62d72c6efda5f86d5c8cbd2def /tests/date | |
parent | 84f4450da42d4f53f60776f59ec45bcf8c1ef311 (diff) | |
download | coreutils-128307fa88455d6fba6fc95e29ddd4178b327911.tar.xz |
.
Diffstat (limited to 'tests/date')
-rw-r--r-- | tests/date/Makefile.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/date/Makefile.in b/tests/date/Makefile.in index a134cc26a..ff8c0796b 100644 --- a/tests/date/Makefile.in +++ b/tests/date/Makefile.in @@ -61,6 +61,7 @@ host_alias = @host_alias@ host_triplet = @host@ AMTAR = @AMTAR@ AMTARFLAGS = @AMTARFLAGS@ +AWK = @AWK@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ @@ -102,6 +103,7 @@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ YACC = @YACC@ +install_sh = @install_sh@ l = @l@ @@ -112,7 +114,8 @@ U95-3.X U92-1.X U92-2.X U92-3.X V92-1.X V92-2.X V92-3.X W92-1.X W92-2.X \ W92-3.X millen-1.X rel-0.X rel-1a.X rel-1b.X rel-2a.X rel-2b.X rel-2c.X \ rel-2d.X rel-2e.X rel-2f.X rel-2g.X rel-3a.X next-s.X next-m.X next-h.X \ next-d.X next-w.X next-mo.X next-y.X utc-0.X utc-0a.X utc-1.I utc-1.X \ -utc-1a.I utc-1a.X date2sec-0.X date2sec-0a.X date2sec-1.X sec2date-0.X +utc-1a.I utc-1a.X date2sec-0.X date2sec-0a.X date2sec-1.X sec2date-0.X \ +this-m.X this-h.X this-w.X this-mo.X this-y.X risks-1.X run_gen = 1.O 1.E 2.O 2.E 3.O 3.E 4.O 4.E 5.O 5.E 6.O 6.E 7.O 7.E 8.O 8.E 9.O \ 9.E leap-1.O leap-1.E U95-1.O U95-1.E U95-2.O U95-2.E U95-3.O U95-3.E U92-1.O \ @@ -125,7 +128,8 @@ next-s.E next-m.O next-m.E next-h.O next-h.E next-d.O next-d.E next-w.O \ next-w.E next-mo.O next-mo.E next-y.O next-y.E utc-0.O utc-0.E utc-0a.O \ utc-0a.E utc-1.O utc-1.E utc-1a.O utc-1a.E date2sec-0.O date2sec-0.E \ date2sec-0a.O date2sec-0a.E date2sec-1.O date2sec-1.E sec2date-0.O \ -sec2date-0.E +sec2date-0.E this-m.O this-m.E this-h.O this-h.E this-w.O this-w.E this-mo.O \ +this-mo.E this-y.O this-y.E risks-1.O risks-1.E EXTRA_DIST = Test.pm $x-tests $(explicit) $(maint_gen) |