X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=Makefile;h=3596bcd84a2a62eb0c0077d303a498d23e1033e0;hb=e66c304cb9849c3fa68a3e4eca64820e019e5f2d;hp=c14883a7e45373c35ee82c6f485549d52d603916;hpb=216fc583c75c8b9ade04174ffb400ff164a4c0e5;p=openwrt%2Fstaging%2Fhauke.git diff --git a/Makefile b/Makefile index c14883a7e4..3596bcd84a 100644 --- 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