]> diplodocus.org Git - nmh/blobdiff - zotnet/Makefile.in
Just removed the odd space between the "!" and the "/bin/sh". I believe some
[nmh] / zotnet / Makefile.in
index a706bd03ad1325a250d5213ed95ceebec0ddfb66..4f43ffbc4e2d398f5ba9f70f2b5e46543a12e57f 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)`  ; \