It seems libRK and libCanna don't like this CCFLAGS position
Hope it doesn't break anything git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10526 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -388,7 +388,7 @@ rule UserObject
|
|||||||
# Override the default to give "prettier" command lines.
|
# Override the default to give "prettier" command lines.
|
||||||
actions Cc
|
actions Cc
|
||||||
{
|
{
|
||||||
$(CC) -c "$(2)" $(CCFLAGS) $(CCDEFS) $(CCHDRS) -o "$(1)" ;
|
$(CC) $(CCFLAGS) -c "$(2)" $(CCDEFS) $(CCHDRS) -o "$(1)" ;
|
||||||
}
|
}
|
||||||
|
|
||||||
actions C++
|
actions C++
|
||||||
|
|||||||
Reference in New Issue
Block a user