X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=engines%2FMakefile;h=ecba389e295fd4968c5867034b9feb1486793e61;hp=fe833f7333c13c4047d92105f3211e5b3e736186;hb=734540f887c6b47349913d3f21c7947c97279448;hpb=804515425aa520a186c4d1b919739d1a04d782e5 diff --git a/engines/Makefile b/engines/Makefile index fe833f7333..ecba389e29 100644 --- a/engines/Makefile +++ b/engines/Makefile @@ -68,11 +68,8 @@ lib: $(LIBOBJ) set -e; \ for l in $(LIBNAMES); do \ $(MAKE) -f ../Makefile.shared \ - CC="$(CC)" LIBNAME=$$l LIBEXTRAS=e_$$l.o \ + LIBNAME=$$l LIBEXTRAS=e_$$l.o \ LIBDEPS='-L.. -lcrypto $(EX_LIBS)' \ - CFLAG="$(CFLAG)" LDFLAGS="$(LDFLAGS)" \ - SHARED_LDFLAGS="$(SHARED_LDFLAGS)" \ - PLATFORM="$(PLATFORM)" \ link_o.$(SHLIB_TARGET); \ done; \ else \