fix typo
authorNicolas Thill <nico@openwrt.org>
Sat, 7 Apr 2007 13:26:07 +0000 (13:26 +0000)
committerNicolas Thill <nico@openwrt.org>
Sat, 7 Apr 2007 13:26:07 +0000 (13:26 +0000)
SVN-Revision: 6885

Makefile

index c14883a7e45373c35ee82c6f485549d52d603916..3596bcd84a2a62eb0c0077d303a498d23e1033e0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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