X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=zotnet%2FMakefile.in;h=a706bd03ad1325a250d5213ed95ceebec0ddfb66;hp=de661262d1c3f813024cc5554836f6545fedecd0;hb=e001a96010a62d4bd79a33955bb29e3c18bb26fe;hpb=d3a67123c9d05b6d639adb0e6b4a874807602a6b diff --git a/zotnet/Makefile.in b/zotnet/Makefile.in index de66126..a706bd0 100644 --- a/zotnet/Makefile.in +++ b/zotnet/Makefile.in @@ -13,6 +13,7 @@ LORDER = @LORDER@ TSORT = @TSORT@ RANLIB = @RANLIB@ LIBTOOL = @LIBTOOL@ +GNU_LIBTOOL = @GNU_LIBTOOL@ # flags passed to recursive makes in subdirectories MAKEDEFS = CC='$(CC)' CPPFLAGS='$(CPPFLAGS)' DEFS='$(DEFS)' \ @@ -43,7 +44,7 @@ all: all-recursive libzot.a libzot.a: $(OBJS) rm -f $@ - if test x$(LIBTOOL) != xno ; then \ + if test x$(LIBTOOL) != xno -a x$(GNU_LIBTOOL) = x ; then \ $(LIBTOOL) -static -c $(OBJS) -o $@ ; \ else \ ar cr $@ `$(LORDER) $(OBJS) | $(TSORT)` ; \