diff options
Diffstat (limited to 'src/nix-store/Makefile.new')
-rw-r--r-- | src/nix-store/Makefile.new | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-store/Makefile.new b/src/nix-store/Makefile.new index 195d05a2d611..0b31f3a36735 100644 --- a/src/nix-store/Makefile.new +++ b/src/nix-store/Makefile.new @@ -1,6 +1,6 @@ PROGRAMS += nix-store -nix-store_DIR := $(here) +nix-store_DIR := $(d) nix-store_SOURCES = nix-store.cc dotgraph.cc xmlgraph.cc |