Index: Makefile =================================================================== RCS file: /cvsroot/src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan_cxx-m64/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 8 Aug 2019 14:00:29 -0000 1.1 +++ Makefile 26 Aug 2019 02:24:43 -0000 @@ -36,7 +36,15 @@ .include "../m64.mk" -.include "../syms.mk" +CLEANFILES+= libclang_rt.asan_cxx-x86_64.a.syms +realall: libclang_rt.asan_cxx-x86_64.a.syms +here := ${.PARSEDIR} +libclang_rt.asan_cxx-x86_64.a.syms: libclang_rt.asan_cxx-x86_64.a + ${_MKTARGET_CREATE} + NM=${NM:Q} AWK=${TOOL_AWK:Q} FILE=${TOOL_MKMAGIC:Q} \ + ${HOST_SH} \ + ${here}/../gen_dynamic_list.sh \ + libclang_rt.asan_cxx-x86_64.a > ${.TARGET} FILES= libclang_rt.asan_cxx-x86_64.a.syms FILESDIR= ${LIBDIR}