Commit 6ffb78b8 authored by Ben Avison's avatar Ben Avison Committed by ROOL
Browse files

Permit makefiles using CLibrary to cross-compile `export` target

This brings it into line with AAsmModule and CModule shared makefiles
parent 3e39f8da
...@@ -128,7 +128,7 @@ clean:: ...@@ -128,7 +128,7 @@ clean::
@rm -rf objs @rm -rf objs
@echo ${COMPONENT}: cleaned @echo ${COMPONENT}: cleaned
else else
all_libs export_hdrs export_libs links: ${SYMLINK_DEPEND} all_libs export export_hdrs export_libs links: ${SYMLINK_DEPEND}
$(foreach linksource,${SOURCES_TO_SYMLINK}, \ $(foreach linksource,${SOURCES_TO_SYMLINK}, \
$(shell \ $(shell \
linkdest=`echo ${linksource} | sed -e 's,\([^/]*\)/\([^/]*\)$$,\2.\1,' -e 's,^,objs/,'`; \ linkdest=`echo ${linksource} | sed -e 's,\([^/]*\)/\([^/]*\)$$,\2.\1,' -e 's,^,objs/,'`; \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment