From 6bd9ca56d9f2eba062e09b4650c1d2b66375b199 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Sun, 9 May 2010 15:19:10 +0200 Subject: package/config: really clean Signed-off-by: Yann E. MORIN Signed-off-by: Peter Korsgaard --- package/config/Makefile.kconfig | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/package/config/Makefile.kconfig b/package/config/Makefile.kconfig index 6974cc3b5..6d89e597e 100644 --- a/package/config/Makefile.kconfig +++ b/package/config/Makefile.kconfig @@ -149,10 +149,15 @@ ifeq ($(gconf-target),1) gconf-objs := gconf.o kconfig_load.o zconf.tab.o endif -clean-files := lkc_defs.h qconf.moc .tmp_qtcheck \ - .tmp_gtkcheck zconf.tab.c lex.zconf.c zconf.hash.c gconf.glade.h -clean-files += mconf qconf gconf -clean-files += config.pot linux.pot +clean-files := lkc_defs.h qconf.moc .tmp_qtcheck \ + .tmp_gtkcheck zconf.tab.c lex.zconf.c zconf.hash.c gconf.glade.h +clean-files += config.pot linux.pot +clean-files += conf $(conf-objs) +clean-files += mconf $(mconf-objs) +clean-files += qconf qconf.o +clean-files += gconf gconf.o +clean-files += kconfig_load.o zconf.tab.o +clean-files += $(kxgettext-objs) # Check that we have the required ncurses stuff installed for lxdialog (menuconfig) PHONY += $(obj)/dochecklxdialog -- cgit v1.2.3