3fe0686746
spaces after the '=' sign in macro assignments. Approved-by: rpaulo (mentor)
13 lines
190 B
Makefile
13 lines
190 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= llvmx86info
|
|
|
|
SRCDIR= lib/Target/X86/TargetInfo/
|
|
INCDIR= lib/Target/X86
|
|
SRCS= X86TargetInfo.cpp
|
|
|
|
TGHDRS= X86GenInstrNames \
|
|
X86GenRegisterNames
|
|
|
|
.include "../clang.lib.mk"
|