X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=mts%2Fsmtp%2FMakefile.in;h=85ea7ea56187c2c257ae17c38b674b61bfc9e9c6;hp=a4fc8d95cf6e4681959eff214e84e368bad2fa6e;hb=d02ec5835693084c86f676b35dd96f44a22ff534;hpb=e001a96010a62d4bd79a33955bb29e3c18bb26fe diff --git a/mts/smtp/Makefile.in b/mts/smtp/Makefile.in index a4fc8d9..85ea7ea 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)` ; \