about summary refs log tree commit diff
path: root/perl
diff options
context:
space:
mode:
authorMats Erik Andersson <gnu@gisladisker.se>2012-10-10T09·10+0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-10-10T14·28-0400
commitecedd9c50c50bb42accf27394193bb7ef80c75b0 (patch)
treeb1cc333064c0cd4a62352047c878aa1a42c62ca8 /perl
parent70f75be199d8db959d313dc40111893fba56415f (diff)
Out-of-tree building of perl modules.
Diffstat (limited to 'perl')
-rw-r--r--perl/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl/Makefile.am b/perl/Makefile.am
index e428943530..aaf76bbc8f 100644
--- a/perl/Makefile.am
+++ b/perl/Makefile.am
@@ -26,6 +26,7 @@ AM_CXXFLAGS = \
   -D_FILE_OFFSET_BITS=64
 
 lib/Nix/Store.cc: lib/Nix/Store.xs
+	$(INSTALL) -d lib/Nix
 	xsubpp $^ -output $@
 
 else