wafsamba: fix CHECK_MAKEFLAGS() with waf 2.0.8
[nivanova/samba-autobuild/.git] / buildtools / wafsamba / wscript
index 5c4b037286bea478b2bcd12b7dec20e5adf8a28b..013b026a58016fdcb8aac60c3a8c34afff5cc726 100644 (file)
@@ -598,7 +598,6 @@ def build(bld):
         Logs.error('bld.path %s is not a child of %s' % (curdir, srcdir))
         raise Errors.WafError('''The top source directory has moved. Please run distclean and reconfigure''')
 
-    bld.CHECK_MAKEFLAGS()
     bld.SETUP_BUILD_GROUPS()
     bld.ENFORCE_GROUP_ORDERING()
     bld.CHECK_PROJECT_RULES()