From 278e8664a7393f2ca3050660c85d2142c38a4790 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Wed, 13 Aug 2014 12:44:26 +0200 Subject: hwpatcher: fix horrible typo in the makefile Change-Id: I6e8d8ae3a5f6e1111a6b7d910a1a6b94e2733ca6 --- utils/hwpatcher/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/hwpatcher/Makefile b/utils/hwpatcher/Makefile index c64ff302cc..77b709257c 100644 --- a/utils/hwpatcher/Makefile +++ b/utils/hwpatcher/Makefile @@ -15,7 +15,7 @@ all: $(EXEC) %.o: $(SBTOOLS_DIR)/%.c $(CC) $(CFLAGS) -c -o $@ $< -%.o: $%.c +%.o: %.c $(CC) $(CFLAGS) -c -o $@ $< hwpatcher: hwpatcher.o md5.o $(SBTOOLS_OBJ) -- cgit v1.2.3