diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-10-22 19:13:35 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-10-22 19:13:35 +0000 |
commit | b965972dd335a211fdb20e839320f00ac91206f6 (patch) | |
tree | 926408d9c921b183e7626fb3f19c5d84b75aa537 /openwrt/Makefile | |
parent | 3f06c9bcf2b564317d891df3fe5b41050719cd91 (diff) | |
download | mtk-20170518-b965972dd335a211fdb20e839320f00ac91206f6.zip mtk-20170518-b965972dd335a211fdb20e839320f00ac91206f6.tar.gz mtk-20170518-b965972dd335a211fdb20e839320f00ac91206f6.tar.bz2 |
cosmetic fix
SVN-Revision: 2251
Diffstat (limited to 'openwrt/Makefile')
-rw-r--r-- | openwrt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/Makefile b/openwrt/Makefile index edeb1f4..abc9dfe 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -60,7 +60,7 @@ include .config.cmd world: $(DL_DIR) $(BUILD_DIR) configtest $(MAKE) toolchain/install target/compile package/compile root_clean package/install target/install package_index - $(TRACE) Build complete. + @$(TRACE) Build complete. .PHONY: all world clean dirclean distclean image_clean target_clean source configtest |