diff --git a/src/apps/bin/coreutils-5.0/src/Jamfile b/src/apps/bin/coreutils-5.0/src/Jamfile index b12a750470..b3b3674738 100644 --- a/src/apps/bin/coreutils-5.0/src/Jamfile +++ b/src/apps/bin/coreutils-5.0/src/Jamfile @@ -103,8 +103,8 @@ BinCommand rm : BinCommand chgroup : chgrp.c chown-core.c : libfetish.a : $(coreutils_rsrc) ; -BinCommand chmod : - chmod.c chown-core.c : libfetish.a : $(coreutils_rsrc) ; +BinCommand chown : + chown.c chown-core.c : libfetish.a : $(coreutils_rsrc) ; BinCommand cp : cp.c copy.c cp-hash.c : libfetish.a : $(coreutils_rsrc) ;