diff options
Diffstat (limited to 'perl/Makefile.am')
-rw-r--r-- | perl/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl/Makefile.am b/perl/Makefile.am index e42894353088..aaf76bbc8fd0 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 |