summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsr55 <[email protected]>2009-02-21 00:03:28 +0000
committersr55 <[email protected]>2009-02-21 00:03:28 +0000
commitd466cea1226722635222e3f45f8ddfa1536edb26 (patch)
treeda54e5a2d5477806b144495a46bdb394f0abb190
parenta8a5c5cdcc3fe3bd23be8205a5837870f784c654 (diff)
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
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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