From 40f729aecb1c07e23f8481c4529dd5f2b8617593 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 18 Mar 2006 19:49:30 +0000 Subject: r14546: Install pidl in the same location as all other binaries. (This used to be commit 1e6f3c04344070c222508729ee1afdc0e8b3e476) --- source4/main.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/main.mk') 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 -- cgit