diff options
author | Alif M. Ahmad <alive4ever@live.com> | 2018-01-12 08:55:48 +0000 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-02-13 11:35:35 +0100 |
commit | 02a1a8af955180439be6316049ba8a70cf5d1b1c (patch) | |
tree | bf5a7f6e94beb14c7465759411c71fe9a1645591 /scripts | |
parent | 8dd455e3c4dc567c90950230ef848c3a64af3ade (diff) | |
download | upstream-02a1a8af955180439be6316049ba8a70cf5d1b1c.tar.gz upstream-02a1a8af955180439be6316049ba8a70cf5d1b1c.tar.bz2 upstream-02a1a8af955180439be6316049ba8a70cf5d1b1c.zip |
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 <alive4ever@live.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/config/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |