diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-22 19:13:35 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-22 19:13:35 +0000 |
commit | e96724f6deb3a8c0ac065e3affdb41c812aeb780 (patch) | |
tree | 0e77f46f00407397e11a35c87becefbeacbaf14c | |
parent | 65c5649cd4936b4cc7502a47539dd268644e42a2 (diff) |
cosmetic fix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2251 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | openwrt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/Makefile b/openwrt/Makefile index edeb1f41e..abc9dfee2 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 |