projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0041898
)
tools/liblockdep: Remove all build files when doing make clean
author
Sasha Levin
<sasha.levin@oracle.com>
Thu, 8 May 2014 17:55:13 +0000
(13:55 -0400)
committer
Sasha Levin
<sasha.levin@oracle.com>
Thu, 8 May 2014 17:55:13 +0000
(13:55 -0400)
We forgot to remove the shared library with the version number when
'make clean' ran, fix the clean pattern.
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
tools/lib/lockdep/Makefile
patch
|
blob
|
history
diff --git
a/tools/lib/lockdep/Makefile
b/tools/lib/lockdep/Makefile
index c70919b5ebe7299156306c92c3db689a495654cf..bba2f5253b6e281ff85abdf65a76406d88d6503b 100644
(file)
--- a/
tools/lib/lockdep/Makefile
+++ b/
tools/lib/lockdep/Makefile
@@
-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