X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=mts%2Fsendmail%2FMakefile.in;h=f812a2c52e14fe72a6204b0072fa6f5b5cf6ca68;hp=e1748f1f8aec6d70a3c35241f28e4849de0a6aa8;hb=d02ec5835693084c86f676b35dd96f44a22ff534;hpb=e001a96010a62d4bd79a33955bb29e3c18bb26fe diff --git a/mts/sendmail/Makefile.in b/mts/sendmail/Makefile.in index e1748f1..f812a2c 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)` ; \