Displaying 1 result from an estimated 1 matches for "1aa028f".
Did you mean:
1aa0235f
2013 May 01
2
[PATCH 1/2] perl: Fix install target for separated builds.
---
perl/Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/perl/Makefile.am b/perl/Makefile.am
index d34adbe..780024f 100644
--- a/perl/Makefile.am
+++ b/perl/Makefile.am
@@ -87,7 +87,8 @@ clean-local:
rm -f Makefile-pl
install-data-hook:
- $(MAKE) -f Makefile-pl DESTDIR=$(DESTDIR) install
+ $(MAKE) -C $(srcdir) -f $(abs_builddir)/Makefile-pl \
+