mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:43:31 +00:00
Remove libs/Makelib.rules on distclean.
This commit is contained in:
parent
4bdeae37a1
commit
2e4164f55f
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ clean::
|
|||
$(RM) wine
|
||||
|
||||
distclean: clean
|
||||
$(RM) config.* configure.lineno TAGS tags Make.rules dlls/Makedll.rules dlls/Maketest.rules programs/Makeprog.rules include/config.h
|
||||
$(RM) config.* configure.lineno TAGS tags Make.rules dlls/Makedll.rules dlls/Maketest.rules programs/Makeprog.rules libs/Makelib.rules include/config.h
|
||||
$(RM) -r autom4te.cache
|
||||
$(RM) `find . \( -name Makefile -o -size 0 \) -print`
|
||||
|
||||
|
|
Loading…
Reference in a new issue