diff options
author | Jim Meyering <jim@meyering.net> | 2000-05-23 08:42:18 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-05-23 08:42:18 +0000 |
commit | 5f3b8f3038bce02b3f3f3ade272cec52f7d639b6 (patch) | |
tree | ebbc1da51eb4cf024c46039e38e7ac1b30c22cb1 /tests/cut | |
parent | f29de825203a86c13cfbc86171bb6eb2658fea94 (diff) | |
download | coreutils-5f3b8f3038bce02b3f3f3ade272cec52f7d639b6.tar.xz |
.
Diffstat (limited to 'tests/cut')
-rw-r--r-- | tests/cut/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cut/Makefile.in b/tests/cut/Makefile.in index 983ffddfe..072855110 100644 --- a/tests/cut/Makefile.in +++ b/tests/cut/Makefile.in @@ -31,8 +31,6 @@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include -DESTDIR = - pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ @@ -90,7 +88,9 @@ INTLOBJS = @INTLOBJS@ KMEM_GROUP = @KMEM_GROUP@ LIBICONV = @LIBICONV@ LIBOBJS = @LIBOBJS@ +LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@ LIB_CRYPT = @LIB_CRYPT@ +LIB_NANOSLEEP = @LIB_NANOSLEEP@ MAKEINFO = @MAKEINFO@ MAN = @MAN@ MKINSTALLDIRS = @MKINSTALLDIRS@ |