]> diplodocus.org Git - nmh/blobdiff - sbr/Makefile.in
Just reworded the bit about '%s' being safe not to quote (it's only safe not to
[nmh] / sbr / Makefile.in
index f77f98870b7072176d6fb95be5c3d1c4e8fed298..10fb56ca014da1f397f83e0d4dd41f99a4e1aa24 100644 (file)
@@ -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)`  ; \