diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-11-22T16·45+0000 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-11-22T16·45+0000 |
commit | 754c05ed6c3b88f8180ae8686e030b5b02b23d43 (patch) | |
tree | c7f8238ee141c0564823122c52fed070ea8f2c0b /src/nix-env | |
parent | 9a14d5e2f3a0b6ab626b9d22256df8bcc1c585a3 (diff) |
Rename $(here) to $(d) for brevity, and remove trailing slash
Diffstat (limited to 'src/nix-env')
-rw-r--r-- | src/nix-env/Makefile.new | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-env/Makefile.new b/src/nix-env/Makefile.new index 5c92274f3c61..303af603afa3 100644 --- a/src/nix-env/Makefile.new +++ b/src/nix-env/Makefile.new @@ -1,6 +1,6 @@ PROGRAMS += nix-env -nix-env_DIR := $(here) +nix-env_DIR := $(d) nix-env_SOURCES = nix-env.cc profiles.cc profiles.hh user-env.cc user-env.hh |