X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2FMakefile.in;h=10fb56ca014da1f397f83e0d4dd41f99a4e1aa24;hb=c0a38419e027e400b370db10086bcb8a3c981ce7;hp=3eba53feabcf9cdaec71f14b1e4a7f603323a304;hpb=d3a67123c9d05b6d639adb0e6b4a874807602a6b;p=mmh diff --git a/sbr/Makefile.in b/sbr/Makefile.in index 3eba53f..10fb56c 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) != x -a x$(GNU_LIBTOOL) = x ; then \ + $(LIBTOOL) -static -c -o libmh.a $(OBJS) ; \ else \ ar cr libmh.a `$(LORDER) $(OBJS) | $(TSORT)` ; \ $(RANLIB) libmh.a ; \