]> git.marmaro.de Git - mmh/blobdiff - zotnet/Makefile.in
fixed test in Makefiles for LIBTOOL for the case where it doesn't exist
[mmh] / zotnet / Makefile.in
index a706bd03ad1325a250d5213ed95ceebec0ddfb66..4f43ffbc4e2d398f5ba9f70f2b5e46543a12e57f 100644 (file)
@@ -44,7 +44,7 @@ all: all-recursive libzot.a
 
 libzot.a: $(OBJS)
        rm -f $@
 
 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)`  ; \
          $(LIBTOOL) -static -c $(OBJS) -o $@  ; \
        else \
          ar cr $@ `$(LORDER) $(OBJS) | $(TSORT)`  ; \