소스 검색

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 <[email protected]>
Alif M. Ahmad 7 년 전
부모
커밋
02a1a8af95
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      scripts/config/Makefile

+ 1 - 1
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