X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/e001a96010a62d4bd79a33955bb29e3c18bb26fe..8d61a39c1f636b7edd184767225492a4d5dacde5:/zotnet/Makefile.in diff --git a/zotnet/Makefile.in b/zotnet/Makefile.in index a706bd03..4f43ffbc 100644 --- a/zotnet/Makefile.in +++ b/zotnet/Makefile.in @@ -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)` ; \