diff options
author | Michael Banck <mbanck@debian.org> | 2005-10-31 23:48:57 +0000 |
---|---|---|
committer | Michael Banck <mbanck@debian.org> | 2005-10-31 23:48:57 +0000 |
commit | 26c9863de5c538e9a65d9bdfaab377fc6c2f90e4 (patch) | |
tree | fa9027b22b9c081ea6a645fb870f96dc6189b373 | |
parent | 65b57de26e9b9826a32bbff4f4ebda241ed9bb5c (diff) |
* debian/rules (CC): Removed.
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
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 |