diff options
author | Jim Meyering <jim@meyering.net> | 2001-09-28 08:06:04 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-09-28 08:06:04 +0000 |
commit | 4f16f7f014eb476c1afffb212a3dafe713233f57 (patch) | |
tree | 00636343f416bc035e9d157ce94a6bd8b68e73ad /tests/shred | |
parent | 909593073de566a6ef0b9ad545ee951fc2b72d1e (diff) | |
download | coreutils-4f16f7f014eb476c1afffb212a3dafe713233f57.tar.xz |
.
Diffstat (limited to 'tests/shred')
-rw-r--r-- | tests/shred/Makefile.in | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/tests/shred/Makefile.in b/tests/shred/Makefile.in index 62240d908..ddc2d08c6 100644 --- a/tests/shred/Makefile.in +++ b/tests/shred/Makefile.in @@ -59,6 +59,7 @@ host_alias = @host_alias@ host_triplet = @host@ AMTAR = @AMTAR@ AWK = @AWK@ +BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ @@ -74,15 +75,13 @@ GLIBC21 = @GLIBC21@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GNU_PACKAGE = @GNU_PACKAGE@ -GT_NO = @GT_NO@ -GT_YES = @GT_YES@ HELP2MAN = @HELP2MAN@ -INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTOBJEXT = @INSTOBJEXT@ -INTLDEPS = @INTLDEPS@ +INTLBISON = @INTLBISON@ INTLLIBS = @INTLLIBS@ INTLOBJS = @INTLOBJS@ +INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@ KMEM_GROUP = @KMEM_GROUP@ LIBICONV = @LIBICONV@ LIBOBJS = @LIBOBJS@ @@ -112,7 +111,6 @@ YACC = @YACC@ am__include = @am__include@ am__quote = @am__quote@ install_sh = @install_sh@ -l = @l@ EXTRA_DIST = $(TESTS) @@ -133,9 +131,9 @@ DIST_COMMON = Makefile.am Makefile.in all: all-am .SUFFIXES: -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) cd $(top_srcdir) && \ - $(AUTOMAKE) --gnits tests/shred/Makefile + $(AUTOMAKE) --gnu tests/shred/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && \ CONFIG_HEADERS= CONFIG_LINKS= \ |