mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 20:59:44 +00:00
Don't fail if running "make clean" twice
This commit is contained in:
parent
ac9fc8031e
commit
321d1c7a75
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ endif
|
||||||
clean-local:
|
clean-local:
|
||||||
cd libav && $(MAKE) clean
|
cd libav && $(MAKE) clean
|
||||||
rm -rf .libs
|
rm -rf .libs
|
||||||
rm -r *.la
|
rm -f *.la
|
||||||
|
|
||||||
dist-clean:
|
dist-clean:
|
||||||
cd libav && $(MAKE) distclean
|
cd libav && $(MAKE) distclean
|
||||||
|
|
Loading…
Reference in a new issue