Fix regex error
This commit is contained in:
parent
ae8f6e29f8
commit
6ca73737cf
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -440,4 +440,4 @@ libagbsyscall:
|
|||
###################
|
||||
|
||||
$(SYM): $(ELF)
|
||||
$(OBJDUMP) -t $< | sort -u | grep -E "^0[2389]" | $(PERL) -p -e 's/^(\w{8}) (\w).{6} \S+\t(\w{8}) (\w+)$$/\1 \2 \3 \4/g' > $@
|
||||
$(OBJDUMP) -t $< | sort -u | grep -E "^0[2389]" | $(PERL) -p -e 's/^(\w{8}) (\w).{6} \S+\t(\w{8}) (\S+)$$/\1 \2 \3 \4/g' > $@
|
||||
|
|
Loading…
Reference in a new issue