X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2FMakefile.in;h=10fb56ca014da1f397f83e0d4dd41f99a4e1aa24;hp=f77f98870b7072176d6fb95be5c3d1c4e8fed298;hb=d02ec5835693084c86f676b35dd96f44a22ff534;hpb=e001a96010a62d4bd79a33955bb29e3c18bb26fe diff --git a/sbr/Makefile.in b/sbr/Makefile.in index f77f988..10fb56c 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)` ; \