From: Alif M. Ahmad Date: Fri, 12 Jan 2018 08:55:48 +0000 (+0000) Subject: build: cleanup leftover qconf files X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=02a1a8af955180439be6316049ba8a70cf5d1b1c;p=openwrt%2Fstaging%2Flynxis.git build: cleanup leftover qconf files ``make xconfig`` toplevel target will invoke ``make qconf`` inside ./scripts/config directory, which results a ``qconf`` executable. This commit removes leftover ``qconf`` executable during ``make config-clean``. Signed-off-by: Alif M. Ahmad --- diff --git a/scripts/config/Makefile b/scripts/config/Makefile index 9620273202..745a5d0f84 100644 --- a/scripts/config/Makefile +++ b/scripts/config/Makefile @@ -33,7 +33,7 @@ lxdialog-objs := \ clean-files := zconf.tab.c lex.zconf.c zconf.hash.c # Remove qconf junk files -clean-files += $(qconf-cxxobjs) qconf.moc .tmp_qtcheck +clean-files += $(qconf-cxxobjs) qconf.moc .tmp_qtcheck qconf all: conf mconf