summaryrefslogtreecommitdiffstats
path: root/Makefile.shared
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-10-15 23:43:54 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-10-15 23:43:54 +0000
commit3477592385788232332b4df86f4bfc1ef75600b3 (patch)
tree90b0e9cc39ed68e874dff26393adf62971adf8d4 /Makefile.shared
parentbe45636661e73c952029ccef82f15ceed16f1acf (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'; \