From 6ffb78b84aa3c00e4c4eba8b96b031e212b2beca Mon Sep 17 00:00:00 2001 From: Ben Avison <bavison@riscosopen.org> Date: Tue, 4 Jun 2019 12:50:24 +0100 Subject: [PATCH] Permit makefiles using CLibrary to cross-compile `export` target This brings it into line with AAsmModule and CModule shared makefiles --- GNUmakefiles/CLibrary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefiles/CLibrary b/GNUmakefiles/CLibrary index f76d968..534bc5b 100644 --- a/GNUmakefiles/CLibrary +++ b/GNUmakefiles/CLibrary @@ -128,7 +128,7 @@ clean:: @rm -rf objs @echo ${COMPONENT}: cleaned 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}, \ $(shell \ linkdest=`echo ${linksource} | sed -e 's,\([^/]*\)/\([^/]*\)$$,\2.\1,' -e 's,^,objs/,'`; \ -- GitLab