Skip to content

Commit

Permalink
tools/liblockdep: Remove all build files when doing make clean
Browse files Browse the repository at this point in the history
We forgot to remove the shared library with the version number when
'make clean' ran, fix the clean pattern.

Signed-off-by: Sasha Levin <[email protected]>
  • Loading branch information
sashalevin committed May 8, 2014
1 parent 0041898 commit ad3b564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/lib/lockdep/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad3b564

Please sign in to comment.