diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-07-08 00:14:05 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-07-08 00:14:05 +0000 |
commit | 88ca28f3d78bc146e10311e2ec04954c9a53cbf3 (patch) | |
tree | a1190211127e17817db9275a0e4940ca09561e42 | |
parent | 52c7a92b852ad6bc7fd1f7b6afee34c28a7ebdad (diff) | |
download | coreutils-88ca28f3d78bc146e10311e2ec04954c9a53cbf3.tar.xz |
(libcoreutils_a_SOURCES): Remove regex.h; gnulib
now does this automatically for us.
-rw-r--r-- | lib/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 805c2fa6c..76d36f909 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -35,7 +35,6 @@ libcoreutils_a_SOURCES = \ localcharset.c localcharset.h \ mbswidth.c mbswidth.h \ readtokens0.c readtokens0.h \ - regex.h \ time_r.c time_r.h \ unicodeio.c unicodeio.h \ verify.h \ |