From 153b1beaeb02e1d4780428c0387b7003644e402b Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 27 Jul 2007 12:37:30 +0000 Subject: - fix building mconf with curses flags - make sure to rm .config when the first 'make menuconfig' was interrupted and thus no .config.cmd was created. --- package/config/Makefile.kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package/config/Makefile.kconfig') diff --git a/package/config/Makefile.kconfig b/package/config/Makefile.kconfig index 7e7e14787..016397f66 100644 --- a/package/config/Makefile.kconfig +++ b/package/config/Makefile.kconfig @@ -120,6 +120,9 @@ hostprogs-y := conf qconf gconf kxgettext ifeq ($(MAKECMDGOALS),menuconfig) hostprogs-y += mconf endif +ifeq ($(findstring mconf,$(MAKECMDGOALS)),mconf) + hostprogs-y += mconf +endif ifeq ($(MAKECMDGOALS),xconfig) qconf-target := 1 -- cgit v1.2.3