debian/lib/python/debian_linux/gencontrol.py: Fix.

svn path=/dists/trunk/linux-2.6/; revision=9222
This commit is contained in:
Bastian Blank 2007-07-29 15:07:29 +00:00
parent 4ae26cd3e0
commit 22f310a9f0
1 changed files with 0 additions and 5 deletions

View File

@ -105,11 +105,6 @@ class Gencontrol(object):
vars.update(config_entry)
vars['arch'] = arch
if not config_entry.get('available', True):
for i in self.makefile_targets:
makefile.append(("%s-%s:" % (i, arch), ["@echo Architecture %s is not available!" % arch, "@exit 1"]))
return
makeflags['ARCH'] = arch
vars['localversion'] = ''