Messages in this thread Patch in this message |  | | | From | sam@ravnborg ... | | Subject | [PATCH 7/13] kconfig/lxdialog: fix make mrproper | | Date | Sun, 01 Oct 2006 12:52:40 +0200 |
| |
From: Sam Ravnborg <sam@mars.ravnborg.org>
No Makefile in scripts/kconfig/lxdialog anymore, so do not go there during make mrproper.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org> --- scripts/kconfig/Makefile | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile index b2928f0..0b415eb 100644 --- a/scripts/kconfig/Makefile +++ b/scripts/kconfig/Makefile @@ -135,7 +135,6 @@ endif clean-files := lkc_defs.h qconf.moc .tmp_qtcheck \ .tmp_gtkcheck zconf.tab.c lex.zconf.c zconf.hash.c -subdir- += lxdialog # Needed for systems without gettext KBUILD_HAVE_NLS := $(shell \ -- 1.4.1 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |