| Index: client/profilers/readprofile/readprofile.py
|
| diff --git a/client/profilers/readprofile/readprofile.py b/client/profilers/readprofile/readprofile.py
|
| index 247317f9e0749be7d155a0bbf12f63a13f6a1fa2..77630332cb40726c96ef8212053b098394535b6c 100644
|
| --- a/client/profilers/readprofile/readprofile.py
|
| +++ b/client/profilers/readprofile/readprofile.py
|
| @@ -21,9 +21,9 @@ class readprofile(profiler.profiler):
|
| utils.extract_tarball_to_dir(self.tarball, self.srcdir)
|
| os.chdir(self.srcdir)
|
|
|
| - utils.system('./configure')
|
| + utils.configure()
|
| os.chdir('sys-utils')
|
| - utils.system('make readprofile')
|
| + utils.make('readprofile')
|
|
|
|
|
| def initialize(self):
|
|
|