diff options
Diffstat (limited to 'src/nix-hash')
-rw-r--r-- | src/nix-hash/Makefile.new | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-hash/Makefile.new b/src/nix-hash/Makefile.new index 87aba716cba4..462cd78d8c26 100644 --- a/src/nix-hash/Makefile.new +++ b/src/nix-hash/Makefile.new @@ -1,6 +1,6 @@ PROGRAMS += nix-hash -nix-hash_DIR := $(here) +nix-hash_DIR := $(d) nix-hash_SOURCES = nix-hash.cc |