diff --git a/GNUmakefiles/CLibrary b/GNUmakefiles/CLibrary index f76d9688a2ee916e6a29e0d17801724dc5ec5d01..534bc5bdaa7dc4e96f5f9910fa4dbbff6d2cef36 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/,'`; \