summaryrefslogtreecommitdiff
path: root/util/newconfig
diff options
context:
space:
mode:
authorEric Biederman <ebiederm@xmission.com>2003-08-05 01:00:48 +0000
committerEric Biederman <ebiederm@xmission.com>2003-08-05 01:00:48 +0000
commitfb0db6ca6d8a1900e72536164803b551bf71d1be (patch)
tree20602b2543acf2d447e0a5927504055ca05f3301 /util/newconfig
parent60e185fcc4f2cfe1f8c01011ab976c10b2975f7a (diff)
downloadcoreboot-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
Diffstat (limited to 'util/newconfig')
-rw-r--r--util/newconfig/Makefile2
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 $<