summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/clang/libLLVMPowerPCInfo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/clang/libLLVMPowerPCInfo/Makefile')
-rw-r--r--gnu/usr.bin/clang/libLLVMPowerPCInfo/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/gnu/usr.bin/clang/libLLVMPowerPCInfo/Makefile b/gnu/usr.bin/clang/libLLVMPowerPCInfo/Makefile
index 22f8ddb0787..87aa585cad0 100644
--- a/gnu/usr.bin/clang/libLLVMPowerPCInfo/Makefile
+++ b/gnu/usr.bin/clang/libLLVMPowerPCInfo/Makefile
@@ -1,18 +1,11 @@
-# $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= LLVMPowerPCInfo
-NOPIC=
NOPROFILE=
CPPFLAGS+= -I${.OBJDIR}/../include/llvm/PowerPC \
-I${LLVM_SRCS}/lib/Target/PowerPC
-.include <bsd.own.mk>
-SRCS= PowerPCTargetInfo.cpp
+SRCS+= PowerPCTargetInfo.cpp
.PATH: ${.CURDIR}/../../../llvm/lib/Target/PowerPC/TargetInfo
-
-install:
- @# Nothing here so far ...
-
-.include <bsd.lib.mk>