diff options
| author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-07-27 12:37:30 +0000 |
|---|---|---|
| committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-07-27 12:37:30 +0000 |
| commit | 153b1beaeb02e1d4780428c0387b7003644e402b (patch) | |
| tree | bcccc4c78a3003a3c008555e355d7ad891e3e448 /package/config/Makefile.kconfig | |
| parent | 0c238e669f338d374e3140d77cb770301c45a978 (diff) | |
| download | buildroot-novena-153b1beaeb02e1d4780428c0387b7003644e402b.tar.gz buildroot-novena-153b1beaeb02e1d4780428c0387b7003644e402b.zip | |
- 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.
Diffstat (limited to 'package/config/Makefile.kconfig')
| -rw-r--r-- | package/config/Makefile.kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
