diff options
author | Jim Meyering <jim@meyering.net> | 2004-11-06 22:45:47 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-11-06 22:45:47 +0000 |
commit | 37edf3206837764ed66a186d92e12746f1258a82 (patch) | |
tree | cc9e700a99e222364db9507478474aeb41e73de7 | |
parent | b1635d809b41f49f8c0cc7a83e1ad0d28b7cc92a (diff) | |
download | coreutils-37edf3206837764ed66a186d92e12746f1258a82.tar.xz |
(libfetish_a_SOURCES): Remove __fpending.h, now that it's no longer used.
-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 e0b48eac3..64432dc3e 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -35,7 +35,6 @@ libfetish_a_SOURCES = \ strftime.c strftime.h \ hash.c hash.h \ hash-pjw.c hash-pjw.h \ - __fpending.h \ allocsa.c allocsa.h \ argmatch.c argmatch.h \ backupfile.c backupfile.h \ |