From 7d9d77a30fce02c7210733295b73cbcff067b94d Mon Sep 17 00:00:00 2001
From: prigaux <pri@nopapers.org>
Date: Tue, 27 Feb 2007 07:51:22 +0000
Subject: [PATCH] Linux corrections

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.8.0_beta2_5.1@412 b64f7644-9d1e-0410-96f1-a4d463321fa5
---
 Makefile        | 2 +-
 Makefile.config | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 2f880218e..ed0b10052 100644
--- 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:
diff --git a/Makefile.config b/Makefile.config
index 2f8b725d3..7cdf1dc1f 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -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
 
-- 
2.40.0