]> granicus.if.org Git - handbrake/commitdiff
Some Makefile corrections
authorprigaux <pri@nopapers.org>
Tue, 13 Feb 2007 08:26:33 +0000 (08:26 +0000)
committerprigaux <pri@nopapers.org>
Tue, 13 Feb 2007 08:26:33 +0000 (08:26 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.8.0_beta2_5.1@311 b64f7644-9d1e-0410-96f1-a4d463321fa5

contrib/Makefile

index 34d2bd282e575cde9f4131324bf5be3a3820e288..b39c53ea67bc0001d2cc6658ce6f966c0d674a8b 100644 (file)
@@ -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