summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-07-03 13:57:32 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-07-03 13:57:32 +0200
commit98e7baf488042f3159e3555686b4a96707bd3df3 (patch)
treec3f94b3b1bc97b5d419d01ba937c5dc0e2a21bd8 /Makefile
parent47ef38d20ded8b81f25f7e63ff4e915145f5a615 (diff)
downloadembtoolkit-98e7baf488042f3159e3555686b4a96707bd3df3.tar.gz
embtoolkit-98e7baf488042f3159e3555686b4a96707bd3df3.tar.bz2
embtoolkit-98e7baf488042f3159e3555686b4a96707bd3df3.tar.xz
Fix commit 47ef38d20ded8b81
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 02f131f..75ad2ce 100644
--- a/Makefile
+++ b/Makefile
@@ -86,8 +86,8 @@ xconfig: basic
ifeq ($(CONFIG_EMBTK_DOTCONFIG),y)
$(Q)make -f scripts/Makefile.build obj=scripts/kconfig xconfig
else
- $(Q)if [ -e $(EMBTK_DOCONFIG).old ]; then \
- cp $(EMBTK_DOCONFIG).old $(EMBTK_DOCONFIG); \
+ $(Q)if [ -e $(EMBTK_DOTCONFIG).old ]; then \
+ cp $(EMBTK_DOTCONFIG).old $(EMBTK_DOTCONFIG); \
$(MAKE) -f scripts/Makefile.build obj=scripts/kconfig xconfig; \
else \
$(MAKE) -f scripts/Makefile.build obj=scripts/kconfig xconfig; \