From c81322ec8b8580baffd10b6154a42c5a394ef80d Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Fri, 13 Jun 2014 16:05:11 +0200 Subject: [PATCH] Fix make veryclean. --- submodules/build/builders.d/libvpx.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/build/builders.d/libvpx.mk b/submodules/build/builders.d/libvpx.mk index a5cfe8faa..7ffd06358 100644 --- a/submodules/build/builders.d/libvpx.mk +++ b/submodules/build/builders.d/libvpx.mk @@ -64,7 +64,7 @@ clean-libvpx: veryclean-libvpx: -cd $(BUILDER_BUILD_DIR)/$(libvpx_dir) && make distclean cd $(BUILDER_SRC_DIR)/$(libvpx_dir) \ - && git clean -f && git reset --hard && rm patched.stamp + && git clean -f && git reset --hard && rm -f patched.stamp rm -rf $(BUILDER_BUILD_DIR)/$(libvpx_dir) clean-makefile-libvpx: