From: Ton Voon Date: Mon, 3 Feb 2003 21:33:54 +0000 (+0000) Subject: Patch for Mac OS X compile (652080 - Ton Voon) X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1a1403e4b9c5393841e0398e07c5666d3cc4415c;p=nagiosplug.git Patch for Mac OS X compile (652080 - Ton Voon) git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@284 f882894a-f735-0410-b71e-b25c423dba1c --- diff --git a/plugins/Makefile.am b/plugins/Makefile.am index e703002..d21a20d 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -129,6 +129,7 @@ snprintf.o: snprintf.c libgetopt.a: getopt.o getopt1.o $(AR) -r $@ getopt.o getopt1.o + $(RANLIB) $@ libsnprintf.a: snprintf.o $(AR) -r $@ snprintf.o