2010-08-21 15:59:10 +02:00
|
|
|
---
|
2010-08-21 17:00:49 +02:00
|
|
|
Makefile | 14 ++++++++++----
|
|
|
|
1 file changed, 10 insertions(+), 4 deletions(-)
|
2010-08-21 15:59:10 +02:00
|
|
|
|
2011-02-02 10:39:48 +01:00
|
|
|
Index: config/Makefile
|
2010-08-21 15:59:10 +02:00
|
|
|
===================================================================
|
2011-02-02 10:39:48 +01:00
|
|
|
--- config.orig/Makefile
|
|
|
|
+++ config/Makefile
|
2011-02-02 11:48:58 +01:00
|
|
|
@@ -196,10 +196,16 @@
|
2010-08-21 15:59:10 +02:00
|
|
|
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
|
2010-08-21 17:00:49 +02:00
|
|
|
-clean-files += mconf qconf gconf nconf
|
2010-08-21 15:59:10 +02:00
|
|
|
-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)
|
2010-08-21 17:00:49 +02:00
|
|
|
+clean-files += nconf $(nconf-objs)
|
2010-08-21 15:59:10 +02:00
|
|
|
+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
|