From 754c05ed6c3b88f8180ae8686e030b5b02b23d43 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 22 Nov 2013 16:45:52 +0000 Subject: Rename $(here) to $(d) for brevity, and remove trailing slash --- src/nix-hash/Makefile.new | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nix-hash') 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 -- cgit 1.4.1