]> granicus.if.org Git - handbrake/commitdiff
Linux corrections
authorprigaux <pri@nopapers.org>
Tue, 27 Feb 2007 07:51:22 +0000 (07:51 +0000)
committerprigaux <pri@nopapers.org>
Tue, 27 Feb 2007 07:51:22 +0000 (07:51 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.8.0_beta2_5.1@412 b64f7644-9d1e-0410-96f1-a4d463321fa5

Makefile
Makefile.config

index 2f880218e33042fde153c5da687d1fc3b4e42c61..ed0b1005229a591851decda07b3b62096ae80e80 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ contrib/.contrib:
 libhb/libhb.a:
        @$(MAKE) --no-print-directory -C libhb all
 
-HandBrakerakeCLI:
+HandBrakeCLI:
        @$(MAKE) --no-print-directory -C test all
 
 clean:
index 2f8b725d39acb1f06c9afd90cff0e7bdc6624769..7cdf1dc1f8e5e286389570bb885b73bf7423ba96 100644 (file)
@@ -10,6 +10,6 @@ HB_DEFPPC = $(shell uname -a | grep ppc > /dev/null ; echo RES$$?)
 ifeq ($(HB_DEFPPC), RES0)
 HB_DEFPPC = "-DWORDS_BIGENDIAN"
 else
-HB_DEFPPC = " "
+HB_DEFPPC = 
 endif