3fe0686746
spaces after the '=' sign in macro assignments. Approved-by: rpaulo (mentor)
13 lines
196 B
Makefile
13 lines
196 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= llvmmipsinfo
|
|
|
|
SRCDIR= lib/Target/Mips/TargetInfo/
|
|
INCDIR= lib/Target/Mips
|
|
SRCS= MipsTargetInfo.cpp
|
|
|
|
TGHDRS= MipsGenRegisterNames \
|
|
MipsGenInstrNames
|
|
|
|
.include "../clang.lib.mk"
|