diff options
author | Mike Baker <mbm@openwrt.org> | 2006-09-07 17:24:08 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2006-09-07 17:24:08 +0000 |
commit | 41c88e00922ded6c06f5b08b290fb1b620970573 (patch) | |
tree | 3fff4859b6564ef90781f11057be2713e9f0782c /openwrt | |
parent | 2bf955dfaf9ad6ac742aaaa6fd24c2fcbc6aed04 (diff) | |
download | mtk-20170518-41c88e00922ded6c06f5b08b290fb1b620970573.zip mtk-20170518-41c88e00922ded6c06f5b08b290fb1b620970573.tar.gz mtk-20170518-41c88e00922ded6c06f5b08b290fb1b620970573.tar.bz2 |
add missing dependancy
SVN-Revision: 4773
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/Makefile b/openwrt/Makefile index fe10e07..6df34ac 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -53,7 +53,7 @@ pkginfo-clean: FORCE .config.in: .pkginfo @./scripts/gen_menuconfig.pl < $< > $@ || rm -f $@ -.config: ./scripts/config/conf +.config: ./scripts/config/conf .config.in @[ -f .config ] || $(NO_TRACE_MAKE) menuconfig @$< -D .config Config.in &> /dev/null |