From fb0db6ca6d8a1900e72536164803b551bf71d1be Mon Sep 17 00:00:00 2001 From: Eric Biederman Date: Tue, 5 Aug 2003 01:00:48 +0000 Subject: - Update the Makefile to have a proper ALL: target git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1069 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/newconfig/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/newconfig/Makefile') 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 $< -- cgit v1.2.3