- Update the Makefile to have a proper ALL: target
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1069 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
60e185fcc4
commit
fb0db6ca6d
|
@ -1,4 +1,4 @@
|
|||
ALL: $(shell echo *.g examples/*.g | sed s/.g/.py/g )
|
||||
ALL: $(shell echo *.g | sed s/\\.g/\\.py/g )
|
||||
|
||||
%.py: %.g yapps2.py yappsrt.py Makefile
|
||||
python yapps2.py $<
|
||||
|
|
Loading…
Reference in New Issue