X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/e001a96010a62d4bd79a33955bb29e3c18bb26fe..e75d3193f9f7cbfe44f808620fbde90bd3e727c2:/mts/smtp/Makefile.in diff --git a/mts/smtp/Makefile.in b/mts/smtp/Makefile.in index a4fc8d95..85ea7ea5 100644 --- a/mts/smtp/Makefile.in +++ b/mts/smtp/Makefile.in @@ -56,7 +56,7 @@ all: libsmtp.a libsmtp.a: $(OBJS) rm -f $@ - if test x$(LIBTOOL) != xno -a x$(GNU_LIBTOOL) = x ; then \ + if test x$(LIBTOOL) != x -a x$(GNU_LIBTOOL) = x ; then \ $(LIBTOOL) -static -c $(OBJS) -o $@ ; \ else \ ar cr $@ `$(LORDER) $(OBJS) | $(TSORT)` ; \