Revert "ostbuild: Check for the Makefile in the correct directory"

I'm not sure how this made anything work...probably I was screwing
something else up.

This reverts commit aeeed8da13.
This commit is contained in:
Colin Walters 2012-01-16 09:39:13 -05:00
parent 0ac0b220e3
commit b1ff693ea3
1 changed files with 1 additions and 4 deletions

View File

@ -152,10 +152,7 @@ class OstbuildCompileOne(builtins.Builtin):
args.extend(self.configargs)
run_sync(args, cwd=builddir)
if use_builddir:
makefile_path = os.path.join(builddir, 'Makefile')
else:
makefile_path = 'Makefile'
if not os.path.exists(makefile_path):
fatal("No Makefile found")