diff options
author | Jim Meyering <jim@meyering.net> | 2004-04-08 15:38:59 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-04-08 15:38:59 +0000 |
commit | a61bca91eb33f5d61c67dfcdc83f78b930ca4856 (patch) | |
tree | 81c8e42bc82a4bec846e173e0a0374a0bf870e71 /Makefile.in | |
parent | 283006238635fc8db771df8256bef8c08ca2765b (diff) | |
download | coreutils-a61bca91eb33f5d61c67dfcdc83f78b930ca4856.tar.gz coreutils-a61bca91eb33f5d61c67dfcdc83f78b930ca4856.tar.bz2 coreutils-a61bca91eb33f5d61c67dfcdc83f78b930ca4856.zip |
.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index d7d493fbe..56602d2c1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -214,6 +214,7 @@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@ LIB_CRYPT = @LIB_CRYPT@ +LIB_FDATASYNC = @LIB_FDATASYNC@ LIB_NANOSLEEP = @LIB_NANOSLEEP@ LN_S = @LN_S@ LTLIBICONV = @LTLIBICONV@ |