From 7912e2936b347b1bf3728e9a53b2ccdbb97483a1 Mon Sep 17 00:00:00 2001 From: Hilko Bengen Date: Wed, 29 May 2013 01:00:25 +0200 Subject: [PATCH] perl: Use symlink hack from hivex --- perl/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/perl/Makefile.am b/perl/Makefile.am index 7b8f5d3f8..1eb0469f6 100644 --- a/perl/Makefile.am +++ b/perl/Makefile.am @@ -67,6 +67,7 @@ all: Makefile-pl src_deps $(MAKE) -f Makefile-pl Makefile-pl: Makefile.PL + -[ $(srcdir) != $(builddir) ] && cp -rsu $(abs_srcdir)/. $(builddir)/. perl Makefile.PL INSTALLDIRS=$(INSTALLDIRS) PREFIX=$(prefix) # No! Otherwise it is deleted before the clean-local rule runs.