Dimitry Andric f8f33f6ab6 In several llvm library Makefiles, remove extraneous slashes at the end
of SRCDIR definitions.

MFC after:	3 days
2012-01-01 18:36:42 +00:00

14 lines
217 B
Makefile

# $FreeBSD$
LIB= llvmmipsinfo
SRCDIR= lib/Target/Mips/TargetInfo
INCDIR= lib/Target/Mips
SRCS= MipsTargetInfo.cpp
TGHDRS= MipsGenInstrInfo \
MipsGenRegisterInfo \
MipsGenSubtargetInfo
.include "../clang.lib.mk"