Makefile et al template: only modify static library with new object files
[openssl.git] / Configurations / windows-makefile.tmpl
index 00149c3b676864ebe4cf45562fa5b90c41a45182..b4672ab791cafb50a8b4a43e0f40383e241237d6 100644 (file)
@@ -404,7 +404,7 @@ EOF
      return <<"EOF";
 $lib$libext: $deps
        \$(AR) \$(ARFLAGS) \$(AROUTFLAG)$lib$libext @<<
-$objs
+\$\?
 <<
 EOF
  }