X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/e001a96010a62d4bd79a33955bb29e3c18bb26fe..173c34078c1d520926a8dabeeec01d58d6c8615f:/mts/sendmail/Makefile.in diff --git a/mts/sendmail/Makefile.in b/mts/sendmail/Makefile.in index e1748f1f..f812a2c5 100644 --- a/mts/sendmail/Makefile.in +++ b/mts/sendmail/Makefile.in @@ -53,7 +53,7 @@ all: libsend.a libsend.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)` ; \