yuvadm / tiva-c

Open source toolchain for the TI Tiva C dev board
185 stars 86 forks source link

updated all makefiles to match the correct makedefs #4

Closed tsangiotis closed 9 years ago

tsangiotis commented 9 years ago

Relative paths to root didn't match and builds failed. Updated paths with a find sed command

find . -name "Makefile" -print | xargs sed -i '' 's%../../../..%../../..%g'
yuvadm commented 9 years ago

Perfect! Thanks for fixing this :)