summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2014-08-13 12:44:26 +0200
committerAmaury Pouly <amaury.pouly@gmail.com>2014-08-13 12:44:26 +0200
commit278e8664a7393f2ca3050660c85d2142c38a4790 (patch)
treee9ce49a35e71983d8aab584599c4d4ab083ae0b9
parentdf99ef2c7b95462bdb1f00e345529b3d4d270b55 (diff)
downloadrockbox-278e866.tar.gz
rockbox-278e866.zip
hwpatcher: fix horrible typo in the makefile
Change-Id: I6e8d8ae3a5f6e1111a6b7d910a1a6b94e2733ca6
-rw-r--r--utils/hwpatcher/Makefile2
1 files changed, 1 insertions, 1 deletions
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)