diff options
author | Nicolas Thill <nico@openwrt.org> | 2007-04-07 13:26:07 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2007-04-07 13:26:07 +0000 |
commit | e66c304cb9849c3fa68a3e4eca64820e019e5f2d (patch) | |
tree | 53c00a7cdeca6b7920f00208d889ba667c6ac959 /Makefile | |
parent | 216fc583c75c8b9ade04174ffb400ff164a4c0e5 (diff) | |
download | upstream-e66c304cb9849c3fa68a3e4eca64820e019e5f2d.tar.gz upstream-e66c304cb9849c3fa68a3e4eca64820e019e5f2d.tar.bz2 upstream-e66c304cb9849c3fa68a3e4eca64820e019e5f2d.zip |
fix typo
SVN-Revision: 6885
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ tmp/.config-%.in: tmp/.%info .config: ./scripts/config/conf tmp/.config-target.in tmp/.config-package.in - if [ \! -f .config -a -e $(HOME)/.openwrt/defconfig ]; then \ + if [ \! -f .config -a -e $(HOME)/.openwrt/defconfig ]; then \ cp $(HOME)/.openwrt/defconfig .config; \ $(NO_TRACE_MAKE) menuconfig; \ fi |