summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Banck <mbanck@debian.org>2005-10-31 23:48:57 +0000
committerMichael Banck <mbanck@debian.org>2005-10-31 23:48:57 +0000
commit26c9863de5c538e9a65d9bdfaab377fc6c2f90e4 (patch)
treefa9027b22b9c081ea6a645fb870f96dc6189b373
parent65b57de26e9b9826a32bbff4f4ebda241ed9bb5c (diff)
* debian/rules (CC): Removed.
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules2
2 files changed, 1 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 23a18aae..d75152f1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ hurd (20050513-4+SVN) unreleased; urgency=low
* debian/patches/gcc-4.0_fixes.patch: New patch by Thomas Schwinge.
* debian/patches/libstore_attribute.patch: New patch by Roland
McGrath, taken from CVS.
+ * debian/rules (CC): Removed.
-- Michael Banck <mbanck@debian.org> Sat, 24 Sep 2005 13:34:26 +0200
diff --git a/debian/rules b/debian/rules
index 09918234..62865e6e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,8 +20,6 @@
DEB_TAR_SRCDIR := hurd
DEB_BUILDDIR = $(DEB_SRCDIR)/build
-CC=gcc-3.3
-
include /usr/share/cdbs/1/rules/tarball.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/rules/debhelper.mk