From a73fc4b6c57c9aaed1673732d8fa44ee9b911cbf Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Sat, 4 Apr 2009 22:55:49 +0000 Subject: Makefile includes were mixed up. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4072 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/romtool/Makefile | 2 +- util/romtool/tools/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'util') diff --git a/util/romtool/Makefile b/util/romtool/Makefile index 3ef1748095..291c940a18 100644 --- a/util/romtool/Makefile +++ b/util/romtool/Makefile @@ -21,7 +21,7 @@ $(obj)/romtool: $(patsubst %,$(obj)/%,$(OBJ)) tobj = $(obj)/tools tsrc = $(shell pwd)/tools -include tools/Makefile +include $(tsrc)/Makefile $(obj)/%.o: %.c $(INC) $(CC) $(CFLAGS) -c -o $@ $< diff --git a/util/romtool/tools/Makefile b/util/romtool/tools/Makefile index f5f0df8add..bcecf46636 100644 --- a/util/romtool/tools/Makefile +++ b/util/romtool/tools/Makefile @@ -5,7 +5,7 @@ TARGETS += $(tobj)/rom-mkstage $(tobj)/rom-mkpayload tools: $(tobj)/rom-mkstage $(tobj)/rom-mkpayload -include $(tobj)/lzma/Makefile +include $(tsrc)/lzma/Makefile COMMON = common.o compress.o $(LZMA_OBJ) -- cgit v1.2.3