]> diplodocus.org Git - nmh/blobdiff - mts/smtp/Makefile.in
Removed an item that Richard did without removing its TODO, and removed an item
[nmh] / mts / smtp / Makefile.in
index a4fc8d95cf6e4681959eff214e84e368bad2fa6e..85ea7ea56187c2c257ae17c38b674b61bfc9e9c6 100644 (file)
@@ -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)`  ; \