perl: Fix install target for separated builds.

This commit is contained in:
Hilko Bengen
2013-05-01 23:14:38 +02:00
parent 34b106c391
commit 66145799cb

View File

@@ -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 \
DESTDIR=$(DESTDIR) install
endif