diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-03-11 23:45:56 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-03-11 23:45:56 +0000 |
| commit | 7533aa159972c8b1868de44d2da6eb96ad022035 (patch) | |
| tree | 586cc81096a3d3b8c2231f9a270bccf81efda986 /lib/libc++ | |
| parent | a09f4b4d125a3a1877f0ac31cfa75651c0e0fec4 (diff) | |
Notes
Diffstat (limited to 'lib/libc++')
| -rw-r--r-- | lib/libc++/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc++/Makefile b/lib/libc++/Makefile index 94e91b94b003..50d976e682a2 100644 --- a/lib/libc++/Makefile +++ b/lib/libc++/Makefile @@ -54,6 +54,7 @@ CXXRT_SRCS+= libelftc_dem_gnu3.c\ guard.cc .for _S in ${CXXRT_SRCS} +CLEANFILES+= cxxrt_${_S} STATICOBJS+= cxxrt_${_S:R}.o cxxrt_${_S}: ${_LIBCXXRTDIR}/${_S} .NOMETA ln -sf ${.ALLSRC} ${.TARGET} |
