summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2016-10-24 16:41:20 -0700
committerTodd Gamblin <tgamblin@llnl.gov>2016-10-24 16:41:20 -0700
commitc1ad4bde28a09f39dbae0f6488dc7b7182d11f93 (patch)
tree9afb91fbe972d9fcb0e44410d805ac86df7fb700 /var
parent7bd735416dcf8235efa77bf21f7e92beacf7d433 (diff)
downloadspack-c1ad4bde28a09f39dbae0f6488dc7b7182d11f93.tar.gz
spack-c1ad4bde28a09f39dbae0f6488dc7b7182d11f93.tar.bz2
spack-c1ad4bde28a09f39dbae0f6488dc7b7182d11f93.tar.xz
spack-c1ad4bde28a09f39dbae0f6488dc7b7182d11f93.zip
Rename EditableMakefile to MakefilePackage
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/astyle/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/astyle/package.py b/var/spack/repos/builtin/packages/astyle/package.py
index fdd9c2111e..31e1efb591 100644
--- a/var/spack/repos/builtin/packages/astyle/package.py
+++ b/var/spack/repos/builtin/packages/astyle/package.py
@@ -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.
"""