X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/e001a96010a62d4bd79a33955bb29e3c18bb26fe..e66e25ec491d0fb3df708000d8494b4d598f0263:/sbr/Makefile.in diff --git a/sbr/Makefile.in b/sbr/Makefile.in index f77f9887..10fb56ca 100644 --- a/sbr/Makefile.in +++ b/sbr/Makefile.in @@ -94,7 +94,7 @@ pidstatus.o: sigmsg.h libmh.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 -o libmh.a $(OBJS) ; \ else \ ar cr libmh.a `$(LORDER) $(OBJS) | $(TSORT)` ; \