mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix double-dollar typo in lld Makefile.
This commit is contained in:
parent
85aabebe69
commit
d5e9498269
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue