OverriddenJamRules: Remove an unneeded and erroneous ";"
This commit is contained in:
@@ -208,7 +208,7 @@ rule As
|
|||||||
|
|
||||||
actions As
|
actions As
|
||||||
{
|
{
|
||||||
$(CC) -c "$(2)" -O2 $(ASFLAGS) -D_ASSEMBLER $(ASDEFS) $(ASHDRS) -o "$(1)" ;
|
$(CC) -c "$(2)" -O2 $(ASFLAGS) -D_ASSEMBLER $(ASDEFS) $(ASHDRS) -o "$(1)"
|
||||||
}
|
}
|
||||||
|
|
||||||
rule Lex
|
rule Lex
|
||||||
|
|||||||
Reference in New Issue
Block a user