diff options
-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 |