From 42f9c678c0964dc91671e2fe2569cddd3e96560a Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 18 Mar 2006 20:45:09 +0000 Subject: r14547: Don't install pidl - it fails on the buildfarm as it doesn't obey $PREFIX. I should've remembered, as this problem has hit me before... (This used to be commit 6a03e18ab881060f67c0313bd2ea4680b6a45f9f) --- source4/main.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source4/main.mk') diff --git a/source4/main.mk b/source4/main.mk index 7249afd808..e86dbd6b84 100644 --- a/source4/main.mk +++ b/source4/main.mk @@ -82,7 +82,7 @@ PKGCONFIGDIR = $(LIBDIR)/pkgconfig LMHOSTSFILE = $(CONFIGDIR)/lmhosts install: showlayout installbin installdat installswat installmisc installlib \ - installheader installpc installplugins installpidl + installheader installpc installplugins # DESTDIR is used here to prevent packagers wasting their time # duplicating the Makefile. Remove it and you will have the privilege @@ -150,7 +150,7 @@ installpc: installdirs @$(SHELL) $(srcdir)/script/installpc.sh $(srcdir) $(DESTDIR)$(PKGCONFIGDIR) $(PC_FILES) uninstall: uninstallbin uninstallman uninstallmisc uninstalllib uninstallheader \ - uninstallplugins uninstallpidl + uninstallplugins uninstallmisc: #FIXME @@ -179,7 +179,7 @@ ctags: ctags `find $(srcdir) -name "*.[ch]"` pidl/Makefile: pidl/Makefile.PL - cd pidl && $(PERL) Makefile.PL INSTALLSITEBIN=$(BINDIR) INSTALLSCRIPT=$(BINDIR) INSTALLSITEMAN1DIR=$(MANDIR)/man1 INSTALLSITEMAN3DIR=$(MANDIR)/man3 + cd pidl && $(PERL) Makefile.PL installpidl: pidl/Makefile $(MAKE) -C pidl install -- cgit