X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=zotnet%2FMakefile.in;h=4f43ffbc4e2d398f5ba9f70f2b5e46543a12e57f;hp=a706bd03ad1325a250d5213ed95ceebec0ddfb66;hb=d02ec5835693084c86f676b35dd96f44a22ff534;hpb=e001a96010a62d4bd79a33955bb29e3c18bb26fe diff --git a/zotnet/Makefile.in b/zotnet/Makefile.in index a706bd0..4f43ffb 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)` ; \