summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/clang/libLLVMPowerPCDesc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/clang/libLLVMPowerPCDesc/Makefile')
-rw-r--r--gnu/usr.bin/clang/libLLVMPowerPCDesc/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/gnu/usr.bin/clang/libLLVMPowerPCDesc/Makefile b/gnu/usr.bin/clang/libLLVMPowerPCDesc/Makefile
index 8eb3548b4a0..4a3204b3f0e 100644
--- a/gnu/usr.bin/clang/libLLVMPowerPCDesc/Makefile
+++ b/gnu/usr.bin/clang/libLLVMPowerPCDesc/Makefile
@@ -1,14 +1,12 @@
-# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $
+# $OpenBSD: Makefile,v 1.3 2019/03/05 09:44:41 jsg Exp $
LIB= LLVMPowerPCDesc
-NOPIC=
NOPROFILE=
CPPFLAGS+= -I${.OBJDIR}/../include/llvm/PowerPC \
-I${LLVM_SRCS}/lib/Target/PowerPC
-.include <bsd.own.mk>
-SRCS= PPCAsmBackend.cpp \
+SRCS+= PPCAsmBackend.cpp \
PPCMCTargetDesc.cpp \
PPCMCAsmInfo.cpp \
PPCMCCodeEmitter.cpp \
@@ -18,8 +16,3 @@ SRCS= PPCAsmBackend.cpp \
PPCELFObjectWriter.cpp
.PATH: ${.CURDIR}/../../../llvm/lib/Target/PowerPC/MCTargetDesc
-
-install:
- @# Nothing here so far ...
-
-.include <bsd.lib.mk>