Code

fix typo in snprintf build
authorKarl DeBisschop <kdebisschop@users.sourceforge.net>
Thu, 14 Nov 2002 18:23:24 +0000 (18:23 +0000)
committerKarl DeBisschop <kdebisschop@users.sourceforge.net>
Thu, 14 Nov 2002 18:23:24 +0000 (18:23 +0000)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@199 f882894a-f735-0410-b71e-b25c423dba1c

plugins/Makefile.am

index 4d3960bc6af3a483c46686299488ff414b5593a9..0cd300ea76b31bf9e93ad229eb69c83e6b8aef3d 100644 (file)
@@ -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