From: Hilko Bengen Date: Thu, 23 May 2013 17:20:17 +0000 (+0200) Subject: perl: revert failed attempt at building out-of-tree, set PERL5LIB correctly for bindtests X-Git-Tag: archive/raspbian/1%1.34.3-6+rpi1~1^2^2^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f449255e50e2174e73e915245a14e5540b425f93;p=libguestfs.git perl: revert failed attempt at building out-of-tree, set PERL5LIB correctly for bindtests Gbp-Pq: Name 0001-perl-revert-failed-attempt-at-building-out-of-tree-s.patch --- diff --git a/perl/Makefile.am b/perl/Makefile.am index 1eb0469f..1cbdff20 100644 --- a/perl/Makefile.am +++ b/perl/Makefile.am @@ -78,8 +78,7 @@ clean-local: rm -f Makefile-pl install-data-hook: - $(MAKE) -C $(srcdir) -f $(abs_builddir)/Makefile-pl \ - DESTDIR=$(DESTDIR) install + $(MAKE) -f Makefile-pl DESTDIR=$(DESTDIR) install endif