From 0c254d3b26782583daf65f7b5bfdf9f98232ea37 Mon Sep 17 00:00:00 2001 From: prigaux Date: Tue, 13 Feb 2007 08:26:33 +0000 Subject: [PATCH] Some Makefile corrections git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.8.0_beta2_5.1@311 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- contrib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/Makefile b/contrib/Makefile index 34d2bd282..b39c53ea6 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -36,6 +36,6 @@ clean: ( echo "Do a make mrproper to remove the contrib libraries ) mrproper: clean - (rm -rf lib ; rm -rf include ) + (rm -rf lib ; rm -rf include ; rm -f .contrib) endif -- 2.40.0