diff options
author | Jim Meyering <jim@meyering.net> | 1996-03-14 05:05:22 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-03-14 05:05:22 +0000 |
commit | 6681674e3c766405b11c5476fb934083433dab69 (patch) | |
tree | f5fbb76857b1156ee2d465ba948b54747859e651 /lib | |
parent | 99f35e8204a62064e5664aa97d5fa22fcd11c112 (diff) | |
download | coreutils-6681674e3c766405b11c5476fb934083433dab69.tar.xz |
(EXTRA_DIST): Renamed form DIST_OTHER.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 0df9ec2d5..8fdbef432 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,6 +1,6 @@ noinst_LIBRARIES = fu -DIST_OTHER = alloca.c euidaccess.c fnmatch.c fsusage.c ftruncate.c \ +EXTRA_DIST = alloca.c euidaccess.c fnmatch.c fsusage.c ftruncate.c \ getdate.y memcmp.c memcpy.c memset.c mkdir.c mktime.c mountlist.c \ posixtm.y rename.c rmdir.c stpcpy.c strdup.c strstr.c strtol.c strtoul.c |