1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-12 20:11:03 +01:00

Make variable names more regular

This commit is contained in:
Eelco Dolstra 2014-02-01 12:20:06 +01:00
parent 35107038f7
commit ec1738589a
8 changed files with 43 additions and 42 deletions

View file

@ -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