diff options
Diffstat (limited to 'openwrt/target/linux/package/Makefile')
-rw-r--r-- | openwrt/target/linux/package/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/package/Makefile b/openwrt/target/linux/package/Makefile index c69705bfe4..97d20251e6 100644 --- a/openwrt/target/linux/package/Makefile +++ b/openwrt/target/linux/package/Makefile @@ -49,7 +49,7 @@ MAKEOPTS:= BOARD="$(BOARD)" \ @$(CMD_TRACE) " done" @$(END_TRACE) -%-install: %-compile +%-install: @$(START_TRACE) "target/linux/package/$(patsubst %-install,%,$@)-install: " $(MAKE) -C $(patsubst %-install,%,$@) \ $(MAKEOPTS) \ |