[Nagiosplug-devel] problem with plugins/Makefile.am
Karl DeBisschop
karl at debisschop.net
Mon Nov 18 23:16:02 CET 2002
On Mon, 2002-11-18 at 12:36, Michael Haro wrote:
> I updated from CVS, ran tools/setup and then configure and make
>
> make install failed with at the ln -sf stuff
>
> replacing
> ln -sf $(DESTDIR)$(libexecdir)/check_tcp $$i; \
> with
> (cd $(DESTDIR)$(libexecdir) && ln -sf check_tcp $$i ) \
>
> solved my problem. I'm not sure if this is a correct fix though.
>
> This is on Solaris 8 using gnu-make.
>
> Michael
Thanks. I updated CVS with:
install-exec-hook:
cd $(DESTDIR)$(libexecdir)
for i in $(check_tcp_programs) ; do ln -sf check_tcp $$i ; done
which should have the same effect as your patch
--
Karl DeBisschop <karl at debisschop.net>
More information about the Devel
mailing list