mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 11:08:03 +02:00
remove depend.bak in realclean
This commit is contained in:
parent
8c092def6c
commit
a9345511d8
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -34,6 +34,7 @@ realclean:
|
|||
-rm -f `find . -name \*.a`
|
||||
-rm -f `find . -name \*.so`
|
||||
-rm -f `find . -name depend`
|
||||
-rm -f `find . -name depend.bak`
|
||||
-rm -rf lib*
|
||||
$(MAKE) clean
|
||||
-rm -f $(TOP)/configs/current
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue