From 5cade70aad41cdf2a311a316dee1738c0dd6b0dc Mon Sep 17 00:00:00 2001 From: jstebbins Date: Mon, 11 Jul 2011 15:36:16 +0000 Subject: build: fix configure to define GCC.O before including main.defs This is needed so that contrib makefiles can see it's value. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4099 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- make/include/gcc.defs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'make/include/gcc.defs') diff --git a/make/include/gcc.defs b/make/include/gcc.defs index c9b82e70a..c93d0babd 100644 --- a/make/include/gcc.defs +++ b/make/include/gcc.defs @@ -17,7 +17,9 @@ GCC.pic = 0 ifndef GCC.g GCC.g = none endif -GCC.O = none +ifndef GCC.O + GCC.O = none +endif GCC.D = GCC.I = GCC.muldefs = 0 -- cgit v1.2.3