about summary refs log tree commit diff
path: root/substitute.mk
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2004-05-04T17·04+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2004-05-04T17·04+0000
commita9858c9f26c5be743e0bbe1949954f6bd2497306 (patch)
tree9ee029ebea9b1ce561eff31a3a6ccfa9b5f26ae5 /substitute.mk
parentf044ccf7025137ec541e165e7988772f27080a23 (diff)
* A test to verify that Nix executes build jobs in parallel, if
  possible.

  This test fails right now because this hasn't been implemented right
  now.  Yes, I'm doing Test-Driven Development! ;-)

Diffstat (limited to 'substitute.mk')
-rw-r--r--substitute.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/substitute.mk b/substitute.mk
index 848029a024..7d3f6d863c 100644
--- a/substitute.mk
+++ b/substitute.mk
@@ -1,5 +1,6 @@
 %: %.in Makefile
 	sed \
+	 -e "s^@extra1\@^$(extra1)^g" \
 	 -e "s^@prefix\@^$(prefix)^g" \
 	 -e "s^@bindir\@^$(bindir)^g" \
 	 -e "s^@sysconfdir\@^$(sysconfdir)^g" \