aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2007-04-07 13:26:07 +0000
committerNicolas Thill <nico@openwrt.org>2007-04-07 13:26:07 +0000
commit29be2524d9811bf2a086473867a3202f8ced915c (patch)
treeac7e4afb35ccb8d488962bcb14a2514514f6271f /Makefile
parent3bcd7af953df212dba8753dba4f307fd0ac01cb8 (diff)
downloadupstream-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--Makefile2
1 files changed, 1 insertions, 1 deletions
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