diff options
Diffstat (limited to 'target/Makefile')
-rw-r--r-- | target/Makefile | 2 |
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: |