diff options
author | Sam Ravnborg <sam@mars.ravnborg.org> | 2006-07-30 03:47:33 -0400 |
---|---|---|
committer | Sam Ravnborg <sam@neptun.ravnborg.org> | 2006-09-30 05:19:20 -0400 |
commit | 903947d286c93d3545ef6491bf66a0b797010c8d (patch) | |
tree | e9afa6e308dc424d532d064318114fb9f15aebaa /scripts | |
parent | c8dc68ad0fbd934e78e913b8a8d7b45945db4930 (diff) |
kconfig/lxdialog: fix make mrproper
No Makefile in scripts/kconfig/lxdialog anymore, so do not
go there during make mrproper.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/kconfig/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile index b2928f039c17..0b415ebee134 100644 --- a/scripts/kconfig/Makefile +++ b/scripts/kconfig/Makefile | |||
@@ -135,7 +135,6 @@ endif | |||
135 | 135 | ||
136 | clean-files := lkc_defs.h qconf.moc .tmp_qtcheck \ | 136 | clean-files := lkc_defs.h qconf.moc .tmp_qtcheck \ |
137 | .tmp_gtkcheck zconf.tab.c lex.zconf.c zconf.hash.c | 137 | .tmp_gtkcheck zconf.tab.c lex.zconf.c zconf.hash.c |
138 | subdir- += lxdialog | ||
139 | 138 | ||
140 | # Needed for systems without gettext | 139 | # Needed for systems without gettext |
141 | KBUILD_HAVE_NLS := $(shell \ | 140 | KBUILD_HAVE_NLS := $(shell \ |