X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2FMakefile.in;h=f77f98870b7072176d6fb95be5c3d1c4e8fed298;hp=3eba53feabcf9cdaec71f14b1e4a7f603323a304;hb=e001a96010a62d4bd79a33955bb29e3c18bb26fe;hpb=d3a67123c9d05b6d639adb0e6b4a874807602a6b diff --git a/sbr/Makefile.in b/sbr/Makefile.in index 3eba53f..f77f988 100644 --- a/sbr/Makefile.in +++ b/sbr/Makefile.in @@ -20,6 +20,7 @@ LORDER = @LORDER@ TSORT = @TSORT@ RANLIB = @RANLIB@ LIBTOOL = @LIBTOOL@ +GNU_LIBTOOL = @GNU_LIBTOOL@ LIBOBJS = @LIBOBJS@ @@ -93,8 +94,8 @@ pidstatus.o: sigmsg.h libmh.a: $(OBJS) rm -f $@ - if test x$(LIBTOOL) != xno ; then \ - $(LIBTOOL) -static -c $(OBJS) -o libmh.a ; \ + if test x$(LIBTOOL) != xno -a x$(GNU_LIBTOOL) = x ; then \ + $(LIBTOOL) -static -c -o libmh.a $(OBJS) ; \ else \ ar cr libmh.a `$(LORDER) $(OBJS) | $(TSORT)` ; \ $(RANLIB) libmh.a ; \