diff options
author | Eric Biederman <ebiederm@xmission.com> | 2003-08-05 01:00:48 +0000 |
---|---|---|
committer | Eric Biederman <ebiederm@xmission.com> | 2003-08-05 01:00:48 +0000 |
commit | fb0db6ca6d8a1900e72536164803b551bf71d1be (patch) | |
tree | 20602b2543acf2d447e0a5927504055ca05f3301 | |
parent | 60e185fcc4f2cfe1f8c01011ab976c10b2975f7a (diff) | |
download | coreboot-fb0db6ca6d8a1900e72536164803b551bf71d1be.tar.xz |
- Update the Makefile to have a proper ALL: target
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1069 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | util/newconfig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/newconfig/Makefile b/util/newconfig/Makefile index 42e7573931..fd8c009b9f 100644 --- a/util/newconfig/Makefile +++ b/util/newconfig/Makefile @@ -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 $< |