diff options
author | Jim Meyering <jim@meyering.net> | 2004-12-06 10:10:19 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-12-06 10:10:19 +0000 |
commit | d4579825bcbbc37557db132a0d0e4adc29ef3fe6 (patch) | |
tree | 2d3653522914d146ce7d10999adafca0abf665e5 | |
parent | 27d14caedd15a5294ae54929bd4262d4c706ef08 (diff) | |
download | coreutils-d4579825bcbbc37557db132a0d0e4adc29ef3fe6.tar.xz |
(libfetish_a_SOURCES): Begin removing .c and .h file names, as they
are added to AC_LIBSOURCES directives in the corresponding m4/*.m4 files.
-rw-r--r-- | lib/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 53e32c6b1..48fb8ade7 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -46,7 +46,6 @@ libfetish_a_SOURCES = \ c-strtod.c c-strtod.h c-strtold.c \ canon-host.c \ canonicalize.c canonicalize.h \ - chdir-long.c chdir-long.h \ cloexec.c cloexec.h \ closeout.c closeout.h \ cycle-check.c cycle-check.h \ @@ -79,7 +78,6 @@ libfetish_a_SOURCES = \ human.c human.h \ idcache.c \ imaxtostr.c \ - lchown.h \ linebuffer.c linebuffer.h \ localcharset.c localcharset.h \ long-options.c long-options.h \ @@ -88,11 +86,9 @@ libfetish_a_SOURCES = \ md5.c md5.h \ memcasecmp.c memcasecmp.h \ memcoll.c memcoll.h \ - mempcpy.h \ modechange.c modechange.h \ mountlist.h \ offtostr.c \ - openat.h \ open-safer.c \ path-concat.c path-concat.h \ pathmax.h \ @@ -107,7 +103,6 @@ libfetish_a_SOURCES = \ safe-read.c safe-read.h \ safe-write.c safe-write.h \ same.c same.h \ - save-cwd.c save-cwd.h \ savedir.c savedir.h \ setenv.h \ settime.c \ |