hwpatcher: fix horrible typo in the makefile

Change-Id: I6e8d8ae3a5f6e1111a6b7d910a1a6b94e2733ca6
This commit is contained in:
Amaury Pouly 2014-08-13 12:44:26 +02:00
parent df99ef2c7b
commit 278e8664a7
1 changed files with 1 additions and 1 deletions

View File

@ -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)