X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=Makefile.shared;h=69846a9534bafa2f19d2a8f63a37ed803bdeef5a;hp=26ea561a72a1bee40127fc9222bf768beba4d5c4;hb=4b799ceaa2e7e8cace68813f469ccc1cb0a3be64;hpb=1407f856ab790f8028db1ecfb354d64bfb8ca054 diff --git a/Makefile.shared b/Makefile.shared index 26ea561a72..69846a9534 100644 --- a/Makefile.shared +++ b/Makefile.shared @@ -308,6 +308,8 @@ link_a.cygwin: base=; [ $(LIBNAME) = "crypto" ] && base=-Wl,--image-base,0x63000000; \ fi; \ dll_name=$$SHLIB$$SHLIB_SOVER$$SHLIB_SUFFIX; \ + echo "$(PERL) $(SRCDIR)/util/mkrc.pl $$dll_name |" \ + "$(CROSS_COMPILE)windres $(SHARED_RCFLAGS) -o rc.o"; \ $(PERL) $(SRCDIR)/util/mkrc.pl $$dll_name | \ $(CROSS_COMPILE)windres $(SHARED_RCFLAGS) -o rc.o; \ extras="$$extras rc.o"; \