From 22aa3736545045a8ee32ecfdece76cde3c26971a Mon Sep 17 00:00:00 2001
From: Michael Biebl <biebl@debian.org>
Date: Fri, 11 Sep 2009 17:43:13 +0200
Subject: [PATCH 2/3] Remove CC var definition.

---
 debian/rules |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 776b357..c285dcf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,8 +31,6 @@ ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))
 CROSS=CC=$(DEB_HOST_GNU_TYPE)-gcc
 # CROSS is passed to make, CC is called directly.
 CC=$(DEB_HOST_GNU_TYPE)-gcc
-else
-CC=cc
 endif
 
 # Set arch specific build flags
-- 
1.6.3.3


