diff options
author | Jim Meyering <jim@meyering.net> | 1998-07-04 03:42:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-07-04 03:42:40 +0000 |
commit | 02f917c543b9b3167d5cb4984ead0c494b261726 (patch) | |
tree | 6069c143b8ee271381cd902bd532fea09122b49f /lib | |
parent | 60a6e7be2684cd20968946fb72858e3ebb101b0c (diff) | |
download | coreutils-02f917c543b9b3167d5cb4984ead0c494b261726.tar.xz |
.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index d9818c704..76e1145e1 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -111,7 +111,7 @@ noinst_HEADERS = argmatch.h backupfile.h closeout.h \ error.h exclude.h fnmatch.h fsusage.h \ getdate.h getline.h getopt.h group-member.h human.h long-options.h \ makepath.h modechange.h mountlist.h hash.h path-concat.h pathmax.h \ -quotearg.h safe-read.h save-cwd.h savedir.h strverscmp.h \ +quotearg.h regex.h safe-read.h save-cwd.h savedir.h strverscmp.h \ xalloc.h xstrtol.h xstrtoul.h BUILT_SOURCES = getdate.c posixtm.c |