about summary refs log tree commit diff
path: root/src/nix-log2xml
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-01-09T15·53+0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-01-09T15·53+0100
commitb4c684e0f9c6890e13f9a5cc90b5e379b3d1f75d (patch)
tree1725a8dfe010d2587fcf3b1c3f930bbdacaea8a6 /src/nix-log2xml
parent568b1b0a8a65cb255d6a7a33dfe2c15df3212103 (diff)
Update Makefiles
Diffstat (limited to 'src/nix-log2xml')
-rw-r--r--src/nix-log2xml/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-log2xml/Makefile b/src/nix-log2xml/Makefile
index 8b02dca7ae..8467d1973b 100644
--- a/src/nix-log2xml/Makefile
+++ b/src/nix-log2xml/Makefile
@@ -2,7 +2,7 @@ PROGRAMS += nix-log2xml
 
 nix-log2xml_DIR := $(d)
 
-nix-log2xml_SOURCES = log2xml.cc
+nix-log2xml_SOURCES := $(d)/log2xml.cc
 
 $(foreach file, mark-errors.xsl log2html.xsl treebits.js, \
   $(eval $(call install-data-in, $(d)/$(file), $(datadir)/nix/log2html)))