fixed test in Makefiles for LIBTOOL for the case where it doesn't exist
[mmh] / mts / sendmail / Makefile.in
index e1748f1..f812a2c 100644 (file)
@@ -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)`  ; \