about summary refs log tree commit diff
path: root/src/nix-daemon/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix-daemon/Makefile')
-rw-r--r--src/nix-daemon/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-daemon/Makefile b/src/nix-daemon/Makefile
index 2a8a7d92cd26..f6bc9ea31c92 100644
--- a/src/nix-daemon/Makefile
+++ b/src/nix-daemon/Makefile
@@ -2,6 +2,6 @@ PROGRAMS += nix-daemon
 
 nix-daemon_DIR := $(d)
 
-nix-daemon_SOURCES = nix-daemon.cc
+nix-daemon_SOURCES := $(d)/nix-daemon.cc
 
 nix-daemon_LIBS = libmain libstore libutil libformat