diff options
author | Jim Meyering <jim@meyering.net> | 2005-09-22 09:47:36 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-09-22 09:47:36 +0000 |
commit | fc6f1f7f9c9872e19f9f1351c3f3afe77d7ad6bc (patch) | |
tree | fedd31996223d7d7ed4eaf8e583abe7eb5fe704e /tests/readlink | |
parent | 3117f633ccfcefbdd1a1a20a23dec8a3f81a59fa (diff) | |
download | coreutils-fc6f1f7f9c9872e19f9f1351c3f3afe77d7ad6bc.tar.xz |
.
Diffstat (limited to 'tests/readlink')
-rw-r--r-- | tests/readlink/Makefile.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/readlink/Makefile.in b/tests/readlink/Makefile.in index 8a67971d2..1b4af1ed4 100644 --- a/tests/readlink/Makefile.in +++ b/tests/readlink/Makefile.in @@ -193,6 +193,7 @@ GETOPT_H = @GETOPT_H@ GLIBC21 = @GLIBC21@ GMSGFMT = @GMSGFMT@ GNU_PACKAGE = @GNU_PACKAGE@ +GREP = @GREP@ HAVE__BOOL = @HAVE__BOOL@ HELP2MAN = @HELP2MAN@ INSTALL_DATA = @INSTALL_DATA@ @@ -264,23 +265,30 @@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ +htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ +localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ +psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ |