projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Consolidate BUILDENV [idea is to keep all variables in one place].
[openssl.git]
/
engines
/
Makefile
diff --git
a/engines/Makefile
b/engines/Makefile
index
fe833f7
..
ecba389
100644
(file)
--- a/
engines/Makefile
+++ b/
engines/Makefile
@@
-68,11
+68,8
@@
lib: $(LIBOBJ)
set -e; \
for l in $(LIBNAMES); do \
$(MAKE) -f ../Makefile.shared \
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)' \
LIBDEPS='-L.. -lcrypto $(EX_LIBS)' \
- CFLAG="$(CFLAG)" LDFLAGS="$(LDFLAGS)" \
- SHARED_LDFLAGS="$(SHARED_LDFLAGS)" \
- PLATFORM="$(PLATFORM)" \
link_o.$(SHLIB_TARGET); \
done; \
else \
link_o.$(SHLIB_TARGET); \
done; \
else \