summaryrefslogtreecommitdiffstats
path: root/Makefile.shared
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-10-15 23:44:11 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-10-15 23:44:11 +0000
commit9b1f24df3d2b18b679b2bc22284f34e88488c4ed (patch)
tree7fad884bf03c7bb636d10eca2e36f85e79f7b280 /Makefile.shared
parent595e804ae39ac4a4e5b923320f8203e29838b0d3 (diff)
Fixes to CROSS_COMPILE, don't override command line option from environment
Diffstat (limited to 'Makefile.shared')
-rw-r--r--Makefile.shared2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.shared b/Makefile.shared
index e1e214a2a4..3569832f1b 100644
--- a/Makefile.shared
+++ b/Makefile.shared
@@ -281,7 +281,7 @@ link_a.cygwin:
fi; \
dll_name=$$SHLIB$$SHLIB_SOVER$$SHLIB_SUFFIX; \
$(PERL) util/mkrc.pl $$dll_name | \
- $(CROSS_COMPILE_PREFIX)windres -o rc.o; \
+ $(CROSS_COMPILE)windres -o rc.o; \
extras="$$extras rc.o"; \
ALLSYMSFLAGS='-Wl,--whole-archive'; \
NOALLSYMSFLAGS='-Wl,--no-whole-archive'; \