From 6af7607485bc73f1928d24f77ffcad00c16fa2b9 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Mon, 17 Feb 2003 17:15:14 +0000 Subject: [PATCH] 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 --- Jamrules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jamrules b/Jamrules index 5c0443c775..ee370dad5f 100644 --- a/Jamrules +++ b/Jamrules @@ -813,7 +813,7 @@ rule ResComp actions ResComp1 { - $(2[1]) -o $(1:S=) $(2[2-]) + $(2[1]) -o $(1) $(2[2-]) } rule SourceHdrs