summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-04-08 13:31:07 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-04-08 13:31:07 +0200
commit8dd6f735bc6ff65a364ac65572529e8abf6f130a (patch)
tree87d8084960c312c34ddff5eb41ab1d525e9dadb4
parent8db14bf26b96f47b8f937f6016d18d947b68467e (diff)
downloadsamba-8dd6f735bc6ff65a364ac65572529e8abf6f130a.tar.gz
samba-8dd6f735bc6ff65a364ac65572529e8abf6f130a.tar.bz2
samba-8dd6f735bc6ff65a364ac65572529e8abf6f130a.zip
Set VENDORPREFIX rather than PREFIX to try to fix installation on some
buildfarm hosts. (This used to be commit 2d9bb0db6c9e1e9b68844f2eede00fd249466cbb)
-rw-r--r--source4/pidl/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/pidl/config.mk b/source4/pidl/config.mk
index 0d36473ade..cdc3843d28 100644
--- a/source4/pidl/config.mk
+++ b/source4/pidl/config.mk
@@ -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