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 | 29be2524d9811bf2a086473867a3202f8ced915c (patch) | |
tree | ac7e4afb35ccb8d488962bcb14a2514514f6271f /Makefile | |
parent | 3bcd7af953df212dba8753dba4f307fd0ac01cb8 (diff) | |
download | upstream-29be2524d9811bf2a086473867a3202f8ced915c.tar.gz upstream-29be2524d9811bf2a086473867a3202f8ced915c.tar.bz2 upstream-29be2524d9811bf2a086473867a3202f8ced915c.zip |
fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6885 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |