diff options
author | Jim Meyering <jim@meyering.net> | 2005-06-25 21:31:59 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-06-25 21:31:59 +0000 |
commit | a2013a21e11bf39c74b9d6dab6bab1762820ff54 (patch) | |
tree | d7c71effbcb00bb05489646f0476b9f4a763ec74 | |
parent | 3ba810e671632e7b9929826c764abf66f3857591 (diff) | |
download | coreutils-a2013a21e11bf39c74b9d6dab6bab1762820ff54.tar.xz |
(libcoreutils_a_SOURCES): Remove version-etc.c version-etc.h
and version-etc-fsf.c.
-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 77ca3575f..b4ce93180 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -39,7 +39,6 @@ libcoreutils_a_SOURCES = \ regex.h \ time_r.c time_r.h \ unicodeio.c unicodeio.h \ - version-etc.c version-etc.h version-etc-fsf.c \ xalloc-die.c \ xgethostname.c xgethostname.h \ xmemcoll.c xmemcoll.h \ |