File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,8 @@ BinCommand chgrp :
114
114
chgrp.c chown-core.c : libfetish.a libroot.so : $(coreutils_rsrc) ;
115
115
116
116
BinCommand chown :
117
- chown.c chown-core.c : libfetish.a libroot.so : $(coreutils_rsrc) ;
117
+ chown.c [ FGristFiles chown-core.o ]
118
+ : libfetish.a libroot.so : $(coreutils_rsrc) ;
118
119
119
120
BinCommand cp :
120
121
cp.c copy.c cp-hash.c : libfetish.a : $(coreutils_rsrc) ;
@@ -123,14 +124,14 @@ BinCommand md5sum :
123
124
md5sum.c md5.c : libfetish.a : $(coreutils_rsrc) ;
124
125
125
126
BinCommand mv :
126
- mv.c copy.c cp-hash.c remove.c : libfetish.a libroot.so : $(coreutils_rsrc) ;
127
+ mv.c [ FGristFiles copy.o cp-hash.o remove.o ]
128
+ : libfetish.a libroot.so : $(coreutils_rsrc) ;
127
129
128
130
BinCommand sha1sum :
129
131
md5sum.c sha1sum.c : libfetish.a : $(coreutils_rsrc) ;
130
132
131
133
BinCommand vdir :
132
- ls.c ls-vdir.c : libfetish.a : $(coreutils_rsrc) ;
134
+ [ FGristFiles ls.o ] ls-vdir.c : libfetish.a : $(coreutils_rsrc) ;
133
135
134
136
MakeLocatePlatform groups ;
135
137
Shell groups : groups.sh ;
136
-
You can’t perform that action at this time.
0 commit comments