X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/d3a67123c9d05b6d639adb0e6b4a874807602a6b..ac79e8d6a1a8a3cb3fb2438b03d3d0ba5ea2570d:/mts/sendmail/Makefile.in?ds=sidebyside diff --git a/mts/sendmail/Makefile.in b/mts/sendmail/Makefile.in index 16b1d7a0..f812a2c5 100644 --- a/mts/sendmail/Makefile.in +++ b/mts/sendmail/Makefile.in @@ -25,6 +25,7 @@ LORDER = @LORDER@ TSORT = @TSORT@ RANLIB = @RANLIB@ LIBTOOL = @LIBTOOL@ +GNU_LIBTOOL = @GNU_LIBTOOL@ COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CFLAGS) @@ -52,7 +53,7 @@ all: libsend.a libsend.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)` ; \