mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Set VENDORPREFIX rather than PREFIX to try to fix installation on some
buildfarm hosts.
(This used to be commit 2d9bb0db6c
)
This commit is contained in:
parent
8db14bf26b
commit
8dd6f735bc
@ -5,7 +5,7 @@ pidl-testcov: pidl/Makefile
|
||||
cd pidl && cover -test
|
||||
|
||||
installpidl:: pidl/Makefile
|
||||
$(MAKE) -C pidl install_vendor PREFIX=$(prefix)
|
||||
$(MAKE) -C pidl install_vendor VENDORPREFIX=$(prefix)
|
||||
|
||||
ifeq ($(HAVE_PERL_EXTUTILS_MAKEMAKER),1)
|
||||
install:: installpidl
|
||||
|
Loading…
Reference in New Issue
Block a user