1
0
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:
Jelmer Vernooij 2008-04-08 13:31:07 +02:00
parent 8db14bf26b
commit 8dd6f735bc

View File

@ -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