mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-27 16:39:08 +00:00
Fix double-dollar typo in lld Makefile.
This commit is contained in:
parent
85aabebe69
commit
d5e9498269
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/projects/clang400-import/; revision=311308
@ -14,7 +14,7 @@ SYMLINKS= ${PROG_CXX} ${BINDIR}/ld
|
||||
|
||||
CFLAGS+= -I${LLD_SRCS}/include
|
||||
CFLAGS+= -I${.OBJDIR}
|
||||
CFLAGS+= -I$${OBJTOP}/lib/clang/libllvm
|
||||
CFLAGS+= -I${OBJTOP}/lib/clang/libllvm
|
||||
|
||||
SRCDIR= tools/lld
|
||||
SRCS+= ELF/Driver.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user