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