Uh, rc does not always append .rsrc to the output file, but only if it is missing. Adjusted ResComp actions.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2741 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2003-02-17 17:15:14 +00:00
parent 885189c0b3
commit 6af7607485

View File

@ -813,7 +813,7 @@ rule ResComp
actions ResComp1
{
$(2[1]) -o $(1:S=) $(2[2-])
$(2[1]) -o $(1) $(2[2-])
}
rule SourceHdrs