From: prigaux Date: Tue, 27 Feb 2007 07:51:22 +0000 (+0000) Subject: Linux corrections X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d9d77a30fce02c7210733295b73cbcff067b94d;p=handbrake Linux corrections git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.8.0_beta2_5.1@412 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- 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