OverriddenJamRules: Remove an unneeded and erroneous ";"
This commit is contained in:
parent
b9b6a688e3
commit
3cfe881d88
@ -208,7 +208,7 @@ rule 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
|
||||
|
Loading…
Reference in New Issue
Block a user