提交 ad3b564d 编写于 作者: S Sasha Levin

tools/liblockdep: Remove all build files when doing make clean

We forgot to remove the shared library with the version number when
'make clean' ran, fix the clean pattern.
Signed-off-by: NSasha Levin <sasha.levin@oracle.com>
上级 0041898e
......@@ -230,7 +230,7 @@ install_lib: all_cmd
install: install_lib
clean:
$(RM) *.o *~ $(TARGETS) *.a *.so $(VERSION_FILES) .*.d
$(RM) *.o *~ $(TARGETS) *.a *liblockdep*.so* $(VERSION_FILES) .*.d
$(RM) tags TAGS
endif # skip-makefile
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册