diff options
author | Jim Meyering <jim@meyering.net> | 2000-01-30 12:13:26 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-01-30 12:13:26 +0000 |
commit | be27aed1ec62e6b200b97f5056a544674c913478 (patch) | |
tree | e5e2fdbb469615afc029efe7e84e1b98e4f2ef1c /tests/tr | |
parent | cf16d34a4d41f123a52c06e91c4222b3ba167678 (diff) | |
download | coreutils-be27aed1ec62e6b200b97f5056a544674c913478.tar.xz |
.
Diffstat (limited to 'tests/tr')
-rw-r--r-- | tests/tr/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/tr/Makefile.in b/tests/tr/Makefile.in index 1ca0039d5..d3d1bc11c 100644 --- a/tests/tr/Makefile.in +++ b/tests/tr/Makefile.in @@ -70,6 +70,7 @@ CXX = @CXX@ CXXCPP = @CXXCPP@ DATADIRNAME = @DATADIRNAME@ DEPDIR = @DEPDIR@ +DF_PROG = @DF_PROG@ GENCAT = @GENCAT@ GETCONF = @GETCONF@ GETLOADAVG_LIBS = @GETLOADAVG_LIBS@ @@ -86,9 +87,12 @@ INTLOBJS = @INTLOBJS@ KMEM_GROUP = @KMEM_GROUP@ LIBOBJS = @LIBOBJS@ MAKEINFO = @MAKEINFO@ +MAN = @MAN@ MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ NEED_SETGID = @NEED_SETGID@ +OPTIONAL_BIN_PROGS = @OPTIONAL_BIN_PROGS@ +OPTIONAL_BIN_ZCRIPTS = @OPTIONAL_BIN_ZCRIPTS@ PACKAGE = @PACKAGE@ PERL = @PERL@ POFILES = @POFILES@ |