diff -r 0de89da92ee0 -r 845ca626db09 targets/toolchain_gcc.py --- a/targets/toolchain_gcc.py Wed Aug 16 17:27:58 2017 +0300 +++ b/targets/toolchain_gcc.py Thu Aug 17 09:55:39 2017 +0300 @@ -29,7 +29,7 @@ from util.ProcessLogger import ProcessLogger import hashlib -includes_re = re.compile('\s*#include\s*["<]([^">]*)[">].*') +includes_re = re.compile('\s*#include\s*["<]([^">]*)[">].*') class toolchain_gcc():