From: sr55 Date: Sat, 21 Feb 2009 00:03:28 +0000 (+0000) Subject: remove .contrib on make clean for cygwin. This allows libraries to rebuild when their... X-Git-Tag: 0.9.4~785 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d466cea1226722635222e3f45f8ddfa1536edb26;p=handbrake remove .contrib on make clean for cygwin. This allows libraries to rebuild when their version file changes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2172 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/Makefile b/Makefile index bf6caf5ec..6295bb7a3 100644 --- a/Makefile +++ b/Makefile @@ -128,6 +128,7 @@ clean: @rm -f libhb/hbversion.h @rm -f contrib/config.cache @rm -f HandBrake HandBrake*.zip + @rm -f contrib/.contrib mrproper: clean @$(MAKE) --no-print-directory -C contrib mrproper