summaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r--plugins/Makefile.am2
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
139snprintf.o: snprintf.c 139snprintf.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
142libgetopt.a: getopt.o getopt1.o 142libgetopt.a: getopt.o getopt1.o
143 $(AR) -r $@ getopt.o getopt1.o 143 $(AR) -r $@ getopt.o getopt1.o