diff options
Diffstat (limited to 'src/nix-hash/local.mk')
-rw-r--r-- | src/nix-hash/local.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-hash/local.mk b/src/nix-hash/local.mk index 062e4d13b29e..7c290ca8466e 100644 --- a/src/nix-hash/local.mk +++ b/src/nix-hash/local.mk @@ -1,4 +1,4 @@ -PROGRAMS += nix-hash +programs += nix-hash nix-hash_DIR := $(d) |