diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-02-01T11·20+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-02-01T11·20+0100 |
commit | ec1738589a3aa1dd59e476de09ae2721d51b3e6e (patch) | |
tree | 12ce1195b2eee732487a4e89519c4cffb086f8eb /jars.mk | |
parent | 35107038f7c726f5ef8d7ab014ad45c73970e65d (diff) |
Make variable names more regular
Diffstat (limited to 'jars.mk')
-rw-r--r-- | jars.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jars.mk b/jars.mk index c8075cde167f..9595c1c47f74 100644 --- a/jars.mk +++ b/jars.mk @@ -22,8 +22,8 @@ define build-jar = install: $$($(1)_INSTALL_PATH) - jars_list += $$($(1)_PATH) + jars-list += $$($(1)_PATH) - clean_files += $$($(1)_PATH) + clean-files += $$($(1)_PATH) endef |