diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2003-02-03 21:33:54 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2003-02-03 21:33:54 +0000 |
commit | 1a1403e4b9c5393841e0398e07c5666d3cc4415c (patch) | |
tree | 0973f1bc61629cef613f0639593f5febedd651f7 /plugins/Makefile.am | |
parent | c320eeaa36f6a02e842c9a21ff6ed5673e35ff43 (diff) | |
download | monitoring-plugins-1a1403e4b9c5393841e0398e07c5666d3cc4415c.tar.gz |
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
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r-- | plugins/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index e7030022..d21a20d0 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 |