mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
hwpatcher: fix horrible typo in the makefile
Change-Id: I6e8d8ae3a5f6e1111a6b7d910a1a6b94e2733ca6
This commit is contained in:
parent
df99ef2c7b
commit
278e8664a7
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue