X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/d3a67123c9d05b6d639adb0e6b4a874807602a6b..e66e25ec491d0fb3df708000d8494b4d598f0263:/zotnet/Makefile.in diff --git a/zotnet/Makefile.in b/zotnet/Makefile.in index de661262..4f43ffbc 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) != x -a x$(GNU_LIBTOOL) = x ; then \ $(LIBTOOL) -static -c $(OBJS) -o $@ ; \ else \ ar cr $@ `$(LORDER) $(OBJS) | $(TSORT)` ; \