Rename EditableMakefile to MakefilePackage

This commit is contained in:
Todd Gamblin
2016-10-24 16:41:20 -07:00
parent 7bd735416d
commit c1ad4bde28
3 changed files with 5 additions and 5 deletions

View File

@@ -25,7 +25,7 @@
from spack import *
class Astyle(EditableMakefile):
class Astyle(MakefilePackage):
"""A Free, Fast, and Small Automatic Formatter for C, C++, C++/CLI,
Objective-C, C#, and Java Source Code.
"""