X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=mts%2Fsmtp%2FMakefile.in;h=a4fc8d95cf6e4681959eff214e84e368bad2fa6e;hp=55997a4e70918e404dfeca427ffb20d447760658;hb=e001a96010a62d4bd79a33955bb29e3c18bb26fe;hpb=d3a67123c9d05b6d639adb0e6b4a874807602a6b diff --git a/mts/smtp/Makefile.in b/mts/smtp/Makefile.in index 55997a4..a4fc8d9 100644 --- a/mts/smtp/Makefile.in +++ b/mts/smtp/Makefile.in @@ -25,6 +25,7 @@ LORDER = @LORDER@ TSORT = @TSORT@ RANLIB = @RANLIB@ LIBTOOL = @LIBTOOL@ +GNU_LIBTOOL = @GNU_LIBTOOL@ COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CFLAGS) @@ -55,7 +56,7 @@ all: libsmtp.a libsmtp.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)` ; \