diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2002-11-14 18:23:24 (GMT) |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2002-11-14 18:23:24 (GMT) |
commit | be0cbafb0be470dcd3d29c20d7c5ce503c467bd4 (patch) | |
tree | 17d1bf4601f87c1b415bcad12b7f5a11dcb7692e /plugins | |
parent | 408e967c9436d06164e3f26eec579b48d46d4641 (diff) | |
download | monitoring-plugins-be0cbafb0be470dcd3d29c20d7c5ce503c467bd4.tar.gz |
fix typo in snprintf build
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@199 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 4d3960b..0cd300e 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
@@ -137,7 +137,7 @@ getopt1.o: getopt1.c getopt.h | |||
137 | $(COMPILE) -c $(srcdir)/getopt1.c -o $@ | 137 | $(COMPILE) -c $(srcdir)/getopt1.c -o $@ |
138 | 138 | ||
139 | snprintf.o: snprintf.c | 139 | snprintf.o: snprintf.c |
140 | $(COMPILE) @NEED_VA_LIST@ -c $(srcdir)/getopt1.c -o $@ | 140 | $(COMPILE) @NEED_VA_LIST@ -c $(srcdir)/snprintf.c -o $@ |
141 | 141 | ||
142 | libgetopt.a: getopt.o getopt1.o | 142 | libgetopt.a: getopt.o getopt1.o |
143 | $(AR) -r $@ getopt.o getopt1.o | 143 | $(AR) -r $@ getopt.o getopt1.o |