diff options
author | konablend <[email protected]> | 2009-03-20 07:39:32 +0000 |
---|---|---|
committer | konablend <[email protected]> | 2009-03-20 07:39:32 +0000 |
commit | 1631d2c17dee0fa3fdaf6e9c493f79bac82a68df (patch) | |
tree | dd41fa9d75670064f3d1972cd6baba2feec0a1f6 /contrib/bzip2/module.defs | |
parent | 332fe460eaa2d3e537ecc27897a88011a17e6f0a (diff) |
Cygwin: updated patch to support faac-1.26 -> 1.28 bump.
BuildSystem: cleanup some makefile debug residuals and fix module bzip2 always-out-of-date condition.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2268 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/bzip2/module.defs')
-rw-r--r-- | contrib/bzip2/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/bzip2/module.defs b/contrib/bzip2/module.defs index 4384f83f7..7c9c5528b 100644 --- a/contrib/bzip2/module.defs +++ b/contrib/bzip2/module.defs @@ -3,7 +3,7 @@ $(eval $(call import.CONTRIB.defs,BZIP2)) BZIP2.FETCH.url = http://download.m0k.org/handbrake/contrib/bzip2-1.0.5.tar.gz BZIP2.EXTRACT.tarbase = bzip2 -BZIP2.CONFIGURE = +BZIP2.CONFIGURE = $(TOUCH.exe) $@ BZIP2.BUILD.extra = \ CC=$(BZIP2.GCC.gcc) \ |