mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-03-25 03:43:26 -04:00
fix typo in snprintf build
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@199 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
408e967c94
commit
be0cbafb0b
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ getopt1.o: getopt1.c getopt.h
|
|||
$(COMPILE) -c $(srcdir)/getopt1.c -o $@
|
||||
|
||||
snprintf.o: snprintf.c
|
||||
$(COMPILE) @NEED_VA_LIST@ -c $(srcdir)/getopt1.c -o $@
|
||||
$(COMPILE) @NEED_VA_LIST@ -c $(srcdir)/snprintf.c -o $@
|
||||
|
||||
libgetopt.a: getopt.o getopt1.o
|
||||
$(AR) -r $@ getopt.o getopt1.o
|
||||
|
|
|
|||
Loading…
Reference in a new issue