diff options
author | sr55 <[email protected]> | 2009-02-21 00:03:28 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-02-21 00:03:28 +0000 |
commit | d466cea1226722635222e3f45f8ddfa1536edb26 (patch) | |
tree | da54e5a2d5477806b144495a46bdb394f0abb190 | |
parent | a8a5c5cdcc3fe3bd23be8205a5837870f784c654 (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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |