소스 검색

Add unifdef host tool to clean target

Carmelo Amoroso 17 년 전
부모
커밋
a0adf1fefe
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Makefile.in

+ 1 - 0
Makefile.in

@@ -353,6 +353,7 @@ clean:
 		done; \
 	fi
 	@$(RM) include/linux include/asm*
+	$(RM) $(top_builddir)extra/scripts/unifdef
 
 distclean: clean
 	-find . \( -name core -o -name \*.orig -o -name \*~ \) -exec $(RM) {} \;