diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-18 19:49:30 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:58:43 -0500 |
commit | 40f729aecb1c07e23f8481c4529dd5f2b8617593 (patch) | |
tree | 00aaa017a4dabe88dc0a3c79d71a385a517b550c /source4 | |
parent | dcb912d23a53634f5a92007ca963d3d506ecb7f0 (diff) | |
download | samba-40f729aecb1c07e23f8481c4529dd5f2b8617593.tar.gz samba-40f729aecb1c07e23f8481c4529dd5f2b8617593.tar.bz2 samba-40f729aecb1c07e23f8481c4529dd5f2b8617593.zip |
r14546: Install pidl in the same location as all other binaries.
(This used to be commit 1e6f3c04344070c222508729ee1afdc0e8b3e476)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/main.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/main.mk b/source4/main.mk index 26bcab1039..7249afd808 100644 --- a/source4/main.mk +++ b/source4/main.mk @@ -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 |