fixed test in Makefiles for LIBTOOL for the case where it doesn't exist
[mmh] / zotnet / Makefile.in
index a706bd0..4f43ffb 100644 (file)
@@ -44,7 +44,7 @@ all: all-recursive libzot.a
 
 libzot.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)`  ; \