summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authoreddyg <[email protected]>2008-08-18 20:39:43 +0000
committereddyg <[email protected]>2008-08-18 20:39:43 +0000
commit362599089c997ba3366015f65f3d061b918fb76e (patch)
tree47373c7291e90cf88a221c4147c1ef1c4f1a996c /Makefile
parenta21b52d9349c3e5f73c895beaec9e5e6f36403f3 (diff)
Don't allow theora to use pkg-config and use system versions of ogg and vorbis
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1644 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6ed92da00..4899bbb33 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ cli: libhb/hbversion.h
(./DownloadMacOsXContribBinaries.sh ; cd macosx ; xcodebuild -target libhb -target HandBrakeCLI -configuration UB HB_BUILD="$(HB_BUILD)" HB_VERSION="$(HB_VERSION)" build | sed '/^$$/d' )
clean:
- (cd macosx ; xcodebuild -alltargets -configuration UB clean | sed '/^$$/d' ; rm -f libhb/hbversion.h )
+ (cd macosx ; xcodebuild -alltargets -configuration UB clean | sed '/^$$/d' ; rm -f libhb/hbversion.h ; rm -f contrib/config.cache )
mrproper:
(rm -rf libhb/hbversion.h contrib/*tar.gz contrib/include contrib/lib contrib/DarwinContribVersion.txt ; cd macosx ; xcodebuild -alltargets -configuration UB clean | sed '/^$$/d' )
@@ -78,6 +78,7 @@ clean:
@$(MAKE) --no-print-directory -C libhb clean
@$(MAKE) --no-print-directory -C test clean
@rm libhb/hbversion.h
+ @rm -f contrib/config.cache
mrproper: clean
@$(MAKE) --no-print-directory -C contrib mrproper