svn commit: samba r14546 - in branches/SAMBA_4_0/source: .

jelmer at samba.org jelmer at samba.org
Sat Mar 18 19:49:30 GMT 2006


Author: jelmer
Date: 2006-03-18 19:49:30 +0000 (Sat, 18 Mar 2006)
New Revision: 14546

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14546

Log:
Install pidl in the same location as all other binaries.

Modified:
   branches/SAMBA_4_0/source/main.mk


Changeset:
Modified: branches/SAMBA_4_0/source/main.mk
===================================================================
--- branches/SAMBA_4_0/source/main.mk	2006-03-18 18:24:54 UTC (rev 14545)
+++ branches/SAMBA_4_0/source/main.mk	2006-03-18 19:49:30 UTC (rev 14546)
@@ -179,7 +179,7 @@
 	ctags `find $(srcdir) -name "*.[ch]"`
 
 pidl/Makefile: pidl/Makefile.PL
-	cd pidl && $(PERL) Makefile.PL
+	cd pidl && $(PERL) Makefile.PL INSTALLSITEBIN=$(BINDIR) INSTALLSCRIPT=$(BINDIR) INSTALLSITEMAN1DIR=$(MANDIR)/man1 INSTALLSITEMAN3DIR=$(MANDIR)/man3
 
 installpidl: pidl/Makefile
 	$(MAKE) -C pidl install



More information about the samba-cvs mailing list