From f2827092df37a79178807b7d018e126ae2c9c6c2 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sat, 19 Jan 2013 18:23:22 +0100 Subject: [PATCH] Fix building with no build system --- auto_debuild.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/auto_debuild.py b/auto_debuild.py index d3a6527..3844102 100755 --- a/auto_debuild.py +++ b/auto_debuild.py @@ -157,8 +157,7 @@ def pythonRules(r, config): def makefileRules(r, config): r.dh += ["--buildsystem=makefile"] -def noneRules(config): - r = RulesFile() +def noneRules(r, config): r.dh += ["--buildsystem=makefile"] # makefile does the least possible harm r.rules['auto_configure'] = [] r.rules['auto_build'] = [] -- 2.30.2