diff options
author | Mike Baker <mbm@openwrt.org> | 2006-07-21 17:00:14 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2006-07-21 17:00:14 +0000 |
commit | cd42bf72d9fc911e9c47f9d7b6c83bd7547415c2 (patch) | |
tree | 623b0b6bc60d9594c6d0807a49de83fcf47a8d85 /openwrt/Makefile | |
parent | 4d2f748fd2870eff5b76dcc4b5204e41e448d290 (diff) | |
download | mtk-20170518-cd42bf72d9fc911e9c47f9d7b6c83bd7547415c2.zip mtk-20170518-cd42bf72d9fc911e9c47f9d7b6c83bd7547415c2.tar.gz mtk-20170518-cd42bf72d9fc911e9c47f9d7b6c83bd7547415c2.tar.bz2 |
fix a few directories missed in [4176]'s source -> download
SVN-Revision: 4198
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 27526d0..e2e467c 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -66,7 +66,7 @@ menuconfig: ./scripts/config/mconf FORCE $< Config.in config-clean: FORCE - $(MAKE) -C scripts/config clean + $(NO_TRACE_MAKE) -C scripts/config clean package/%: .pkginfo FORCE $(MAKE) -C package $(patsubst package/%,%,$@) |