summaryrefslogtreecommitdiff
path: root/target/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'target/Makefile')
-rw-r--r--target/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/Makefile b/target/Makefile
index ae29b2a10..2b6498011 100644
--- a/target/Makefile
+++ b/target/Makefile
@@ -176,7 +176,7 @@ endif
%-compile: %-prepare
$(MAKE) -C $(patsubst %-compile,%,$@) compile
-%-install: %-compile
+%-install:
$(MAKE) -C $(patsubst %-install,%,$@) install
%-targethelp: