Assembla home | Assembla project page
 

Changeset 753

Show
Ignore:
Timestamp:
04/24/09 21:41:21 (11 months ago)
Author:
reyalp
Message:

fix #751 for windows gcc3 env

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/platform/makefile_sub.inc

    r751 r753  
    2727        cat $^ | \ 
    2828            grep -E 'B[[:alpha:]]*[[:space:]]+sub_[0-9A-Fa-f]' | \ 
    29             sed 's/.*B[[:alhpa:]]*[[:space:]][[:space:]]*sub_\\([0-9A-Fa-f]*\\).*/\\1/' | \ 
     29            sed 's/.*B[A-Za-z]*[[:space:]][[:space:]]*sub_\\([0-9A-Fa-f]*\\).*/\\1/' | \ 
    3030            $(SORT) | uniq | \ 
    3131            awk 'BEGIN {print "/* THIS FILE IS GENERATED */\n/* DO NOT EDIT THIS FILE! */\n\n#include \"stubs_asm.h\"\n"} \