diff options
author | Jim Meyering <jim@meyering.net> | 2003-07-12 18:43:36 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-07-12 18:43:36 +0000 |
commit | a3c0bb50f3acef492123f154ea66963279b88332 (patch) | |
tree | e06d19d9a2aca464f9d3fda3f21c611a4aa5c278 /src | |
parent | 37ffd45ac86537f6759fb2fb940f3987269b9407 (diff) | |
download | coreutils-a3c0bb50f3acef492123f154ea66963279b88332.tar.xz |
(bin_SCRIPTS): Remove use of just-removed $(OPTIONAL_BIN_ZCRIPTS).
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 068bc8ca2..fce7e623a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,7 +2,7 @@ EXTRA_PROGRAMS = chroot df hostid nice pinky stty su uname uptime users who -bin_SCRIPTS = groups $(OPTIONAL_BIN_ZCRIPTS) +bin_SCRIPTS = groups bin_PROGRAMS = [ chgrp chown chmod cp dd dircolors du \ ginstall link ln dir vdir ls mkdir \ mkfifo mknod mv nohup readlink rm rmdir shred stat sync touch unlink \ |