The shared source files are now only built once.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14658 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2005-11-03 13:18:02 +00:00
parent 8365d9ecd2
commit cb4b485de1
+5 -4
View File
@@ -114,7 +114,8 @@ BinCommand chgrp :
chgrp.c chown-core.c : libfetish.a libroot.so : $(coreutils_rsrc) ;
BinCommand chown :
chown.c chown-core.c : libfetish.a libroot.so : $(coreutils_rsrc) ;
chown.c [ FGristFiles chown-core.o ]
: libfetish.a libroot.so : $(coreutils_rsrc) ;
BinCommand cp :
cp.c copy.c cp-hash.c : libfetish.a : $(coreutils_rsrc) ;
@@ -123,14 +124,14 @@ BinCommand md5sum :
md5sum.c md5.c : libfetish.a : $(coreutils_rsrc) ;
BinCommand mv :
mv.c copy.c cp-hash.c remove.c : libfetish.a libroot.so : $(coreutils_rsrc) ;
mv.c [ FGristFiles copy.o cp-hash.o remove.o ]
: libfetish.a libroot.so : $(coreutils_rsrc) ;
BinCommand sha1sum :
md5sum.c sha1sum.c : libfetish.a : $(coreutils_rsrc) ;
BinCommand vdir :
ls.c ls-vdir.c : libfetish.a : $(coreutils_rsrc) ;
[ FGristFiles ls.o ] ls-vdir.c : libfetish.a : $(coreutils_rsrc) ;
MakeLocatePlatform groups ;
Shell groups : groups.sh ;