- 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:
Eric Biederman 2003-08-05 01:00:48 +00:00
parent 60e185fcc4
commit fb0db6ca6d
1 changed files with 1 additions and 1 deletions

View File

@ -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 %.py: %.g yapps2.py yappsrt.py Makefile
python yapps2.py $< python yapps2.py $<