diff options
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 |