rjmcguire / python-on-a-chip

Automatically exported from code.google.com/p/python-on-a-chip
Other
0 stars 0 forks source link

Fix mbed pmfeatures dependency #194

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Reported by Sitti on the maillist on 2011/03/15:

The Makefile in mbed probably needs a little fix.  The build target 
pymite_mbed.zip (line 530) specifies pmfeatures.py in the dependency list. 
pmfeatures.py should be pmfeatures.h instead.

Add thanks to Sitti in README.

Original issue reported on code.google.com by dwhall...@gmail.com on 16 Mar 2011 at 8:39

GoogleCodeExporter commented 9 years ago
Changed dependency list as suggested.  The old way worked for the source files, 
but didn't update pmfeatures.h if the source generator, pmGenPmFeatures.py, 
changed.  Using pmfeatures.h  in the list fixes this.

Original comment by dwhall...@gmail.com on 26 Jun 2011 at 1:38

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 2bdba372e2f2.

Original comment by dwhall...@gmail.com on 26 Jun 2011 at 1:47