diff options
| author | Alif M. Ahmad | 2018-01-12 08:55:48 +0000 |
|---|---|---|
| committer | John Crispin | 2018-02-13 10:35:35 +0000 |
| commit | 02a1a8af955180439be6316049ba8a70cf5d1b1c (patch) | |
| tree | bf5a7f6e94beb14c7465759411c71fe9a1645591 | |
| parent | 8dd455e3c4dc567c90950230ef848c3a64af3ade (diff) | |
| download | kaloz-02a1a8af955180439be6316049ba8a70cf5d1b1c.tar.gz | |
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>
| -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 |