diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-02-01T11·23+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-02-01T12·54+0100 |
commit | 16e7d692092449263880ee795ec419cecbe22d24 (patch) | |
tree | e42cdbfb28006768699cac05f911a644d37ba8fb /Makefile | |
parent | ac8c2ef1aa30c50b568883d2051335a66437694f (diff) |
Update Makefile variable names
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index f22a70a81c99..df72578cc54b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -SUBS = \ +makefiles = \ src/boost/format/local.mk \ src/libutil/local.mk \ src/libstore/local.mk \ |