r14546: Install pidl in the same location as all other binaries.
authorJelmer Vernooij <jelmer@samba.org>
Sat, 18 Mar 2006 19:49:30 +0000 (19:49 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 18 Mar 2006 19:49:30 +0000 (19:49 +0000)
source/main.mk

index 26bcab103931f2854efcc6b73dd23586df0862ca..7249afd808481245ec8196ce301adbfa1fc68ac0 100644 (file)
@@ -179,7 +179,7 @@ ctags:
        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