diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-11-25 19:44:43 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-11-25 19:44:43 +0000 |
| commit | b791fbe6302023b0cf00807865059c8f016fe5dc (patch) | |
| tree | e3f49e2ae9774752cf0d572a4d4dd49a8bf8f14c /lib/libc++ | |
| parent | a2d333f3403f0a4cb754d38e9caf395ab3d319a6 (diff) | |
Notes
Diffstat (limited to 'lib/libc++')
| -rw-r--r-- | lib/libc++/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc++/Makefile b/lib/libc++/Makefile index baa6fafe1310..d9b0360085e6 100644 --- a/lib/libc++/Makefile +++ b/lib/libc++/Makefile @@ -52,8 +52,8 @@ CXXRT_SRCS+= libelftc_dem_gnu3.c\ .for _S in ${CXXRT_SRCS} STATICOBJS+= cxxrt_${_S:R}.o -cxxrt_${_S}: - ln -sf ${LIBCXXRTDIR}/${_S} ${.TARGET} +cxxrt_${_S}: ${LIBCXXRTDIR}/${_S} .NOMETA + ln -sf ${.ALLSRC} ${.TARGET} .endfor WARNS= 0 |
