zap empty depends/silence empty installs.
authorespie <espie@openbsd.org>
Sun, 9 Jul 2017 15:28:34 +0000 (15:28 +0000)
committerespie <espie@openbsd.org>
Sun, 9 Jul 2017 15:28:34 +0000 (15:28 +0000)
okay millert@

110 files changed:
gnu/usr.bin/clang/clang-tblgen/Makefile
gnu/usr.bin/clang/clang/Makefile
gnu/usr.bin/clang/include/clang/AST/Makefile
gnu/usr.bin/clang/include/clang/Basic/Makefile
gnu/usr.bin/clang/include/clang/Driver/Makefile
gnu/usr.bin/clang/include/clang/Parse/Makefile
gnu/usr.bin/clang/include/clang/Sema/Makefile
gnu/usr.bin/clang/include/clang/Serialization/Makefile
gnu/usr.bin/clang/include/clang/intrin/Makefile
gnu/usr.bin/clang/include/llvm/AArch64/Makefile
gnu/usr.bin/clang/include/llvm/ARM/Makefile
gnu/usr.bin/clang/include/llvm/Config/Makefile
gnu/usr.bin/clang/include/llvm/IR/Makefile
gnu/usr.bin/clang/include/llvm/Mips/Makefile
gnu/usr.bin/clang/include/llvm/PowerPC/Makefile
gnu/usr.bin/clang/include/llvm/Sparc/Makefile
gnu/usr.bin/clang/include/llvm/X86/Makefile
gnu/usr.bin/clang/libLLVMAArch64AsmParser/Makefile
gnu/usr.bin/clang/libLLVMAArch64AsmPrinter/Makefile
gnu/usr.bin/clang/libLLVMAArch64CodeGen/Makefile
gnu/usr.bin/clang/libLLVMAArch64Desc/Makefile
gnu/usr.bin/clang/libLLVMAArch64Disassembler/Makefile
gnu/usr.bin/clang/libLLVMAArch64Info/Makefile
gnu/usr.bin/clang/libLLVMAArch64Utils/Makefile
gnu/usr.bin/clang/libLLVMARMAsmParser/Makefile
gnu/usr.bin/clang/libLLVMARMAsmPrinter/Makefile
gnu/usr.bin/clang/libLLVMARMCodeGen/Makefile
gnu/usr.bin/clang/libLLVMARMDesc/Makefile
gnu/usr.bin/clang/libLLVMARMDisassembler/Makefile
gnu/usr.bin/clang/libLLVMARMInfo/Makefile
gnu/usr.bin/clang/libLLVMAnalysis/Makefile
gnu/usr.bin/clang/libLLVMAsmParser/Makefile
gnu/usr.bin/clang/libLLVMAsmPrinter/Makefile
gnu/usr.bin/clang/libLLVMBitReader/Makefile
gnu/usr.bin/clang/libLLVMBitWriter/Makefile
gnu/usr.bin/clang/libLLVMCodeGen/Makefile
gnu/usr.bin/clang/libLLVMCore/Makefile
gnu/usr.bin/clang/libLLVMCoroutines/Makefile
gnu/usr.bin/clang/libLLVMCoverage/Makefile
gnu/usr.bin/clang/libLLVMDebugInfoCodeView/Makefile
gnu/usr.bin/clang/libLLVMDebugInfoDWARF/Makefile
gnu/usr.bin/clang/libLLVMDebugInfoMSF/Makefile
gnu/usr.bin/clang/libLLVMDemangle/Makefile
gnu/usr.bin/clang/libLLVMGlobalISel/Makefile
gnu/usr.bin/clang/libLLVMIRReader/Makefile
gnu/usr.bin/clang/libLLVMInstCombine/Makefile
gnu/usr.bin/clang/libLLVMInstrumentation/Makefile
gnu/usr.bin/clang/libLLVMLTO/Makefile
gnu/usr.bin/clang/libLLVMLinker/Makefile
gnu/usr.bin/clang/libLLVMMC/Makefile
gnu/usr.bin/clang/libLLVMMCDisassembler/Makefile
gnu/usr.bin/clang/libLLVMMCParser/Makefile
gnu/usr.bin/clang/libLLVMMIRParser/Makefile
gnu/usr.bin/clang/libLLVMMipsAsmParser/Makefile
gnu/usr.bin/clang/libLLVMMipsAsmPrinter/Makefile
gnu/usr.bin/clang/libLLVMMipsCodeGen/Makefile
gnu/usr.bin/clang/libLLVMMipsDesc/Makefile
gnu/usr.bin/clang/libLLVMMipsDisassembler/Makefile
gnu/usr.bin/clang/libLLVMMipsInfo/Makefile
gnu/usr.bin/clang/libLLVMObjCARCOpts/Makefile
gnu/usr.bin/clang/libLLVMObject/Makefile
gnu/usr.bin/clang/libLLVMOption/Makefile
gnu/usr.bin/clang/libLLVMPasses/Makefile
gnu/usr.bin/clang/libLLVMPowerPCAsmParser/Makefile
gnu/usr.bin/clang/libLLVMPowerPCAsmPrinter/Makefile
gnu/usr.bin/clang/libLLVMPowerPCCodeGen/Makefile
gnu/usr.bin/clang/libLLVMPowerPCDesc/Makefile
gnu/usr.bin/clang/libLLVMPowerPCDisassembler/Makefile
gnu/usr.bin/clang/libLLVMPowerPCInfo/Makefile
gnu/usr.bin/clang/libLLVMProfileData/Makefile
gnu/usr.bin/clang/libLLVMScalarOpts/Makefile
gnu/usr.bin/clang/libLLVMSelectionDAG/Makefile
gnu/usr.bin/clang/libLLVMSparcAsmParser/Makefile
gnu/usr.bin/clang/libLLVMSparcAsmPrinter/Makefile
gnu/usr.bin/clang/libLLVMSparcCodeGen/Makefile
gnu/usr.bin/clang/libLLVMSparcDesc/Makefile
gnu/usr.bin/clang/libLLVMSparcDisassembler/Makefile
gnu/usr.bin/clang/libLLVMSparcInfo/Makefile
gnu/usr.bin/clang/libLLVMSupport/Makefile
gnu/usr.bin/clang/libLLVMTableGen/Makefile
gnu/usr.bin/clang/libLLVMTarget/Makefile
gnu/usr.bin/clang/libLLVMTransformUtils/Makefile
gnu/usr.bin/clang/libLLVMVectorize/Makefile
gnu/usr.bin/clang/libLLVMX86AsmParser/Makefile
gnu/usr.bin/clang/libLLVMX86AsmPrinter/Makefile
gnu/usr.bin/clang/libLLVMX86CodeGen/Makefile
gnu/usr.bin/clang/libLLVMX86Desc/Makefile
gnu/usr.bin/clang/libLLVMX86Disassembler/Makefile
gnu/usr.bin/clang/libLLVMX86Info/Makefile
gnu/usr.bin/clang/libLLVMX86Utils/Makefile
gnu/usr.bin/clang/libLLVMipo/Makefile
gnu/usr.bin/clang/libclangAST/Makefile
gnu/usr.bin/clang/libclangAnalysis/Makefile
gnu/usr.bin/clang/libclangBasic/Makefile
gnu/usr.bin/clang/libclangCodeGen/Makefile
gnu/usr.bin/clang/libclangDriver/Makefile
gnu/usr.bin/clang/libclangEdit/Makefile
gnu/usr.bin/clang/libclangFrontend/Makefile
gnu/usr.bin/clang/libclangFrontendTool/Makefile
gnu/usr.bin/clang/libclangLex/Makefile
gnu/usr.bin/clang/libclangParse/Makefile
gnu/usr.bin/clang/libclangRewrite/Makefile
gnu/usr.bin/clang/libclangRewriteFrontend/Makefile
gnu/usr.bin/clang/libclangSema/Makefile
gnu/usr.bin/clang/libclangSerialization/Makefile
gnu/usr.bin/clang/liblldConfig/Makefile
gnu/usr.bin/clang/liblldCore/Makefile
gnu/usr.bin/clang/liblldELF/Makefile
gnu/usr.bin/clang/lld/Makefile
gnu/usr.bin/clang/llvm-tblgen/Makefile

index 59fff2f..b8f148d 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2017/04/17 19:58:53 pascal Exp $
+# $OpenBSD: Makefile,v 1.4 2017/07/09 15:28:34 espie Exp $
 
 PROG=  clang-tblgen
 NOMAN=
@@ -18,10 +18,7 @@ SRCS=        ClangASTNodesEmitter.cpp \
 
 LLVM_LIBDEPS=  LLVMTableGen LLVMSupport
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.prog.mk>
index 42ef8d2..4b3870e 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.8 2017/04/17 19:58:53 pascal Exp $
+# $OpenBSD: Makefile,v 1.9 2017/07/09 15:28:34 espie Exp $
 
 .include <bsd.own.mk>
 
@@ -27,9 +27,6 @@ CPPFLAGS+=    -I${.CURDIR}/../../../llvm/tools/clang/include
 
 .PATH: ${.CURDIR}/../../../llvm/tools/clang/tools/driver
 
-depend:
-       # Nothing here so far ...
-
 LLVM_LIBDEPS=  clangFrontendTool \
                clangFrontend \
                clangDriver \
index d41d81d..bb216eb 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2016/09/08 18:05:30 pascal Exp $
+# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:34 espie Exp $
 
 .include <bsd.own.mk>
 
@@ -13,10 +13,7 @@ GEN+=CommentHTMLTagsProperties.inc CommentNodes.inc DeclNodes.inc StmtNodes.inc
 all: ${GEN}
 
 install:
-       # Nothing here so far ...
-
-depend:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 clean cleandir:
        rm -f ${GEN}
index 0bd223c..06a8204 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2016/09/08 18:05:30 pascal Exp $
+# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:34 espie Exp $
 
 .include <bsd.own.mk>
 
@@ -15,10 +15,7 @@ GEN+=AttrHasAttributeImpl.inc
 all: ${GEN}
 
 install:
-       # Nothing here so far ...
-
-depend:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 clean cleandir:
        rm -f ${GEN}
index cae31bc..1df0da2 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2016/09/08 18:05:30 pascal Exp $
+# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:34 espie Exp $
 
 .include <bsd.own.mk>
 
@@ -10,10 +10,7 @@ GEN= Options.inc
 all: ${GEN}
 
 install:
-       # Nothing here so far ...
-
-depend:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 clean cleandir:
        rm -f ${GEN}
index 40d3c9f..bfc2386 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2016/09/08 18:05:30 pascal Exp $
+# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:34 espie Exp $
 
 .include <bsd.own.mk>
 
@@ -10,10 +10,7 @@ GEN= AttrParserStringSwitches.inc
 all: ${GEN}
 
 install:
-       # Nothing here so far ...
-
-depend:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 clean cleandir:
        rm -f ${GEN}
index 71d650d..200bfe2 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2016/09/08 18:05:30 pascal Exp $
+# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:34 espie Exp $
 
 .include <bsd.own.mk>
 
@@ -11,10 +11,7 @@ GEN+=AttrSpellingListIndex.inc AttrTemplateInstantiate.inc
 all: ${GEN}
 
 install:
-       # Nothing here so far ...
-
-depend:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 clean cleandir:
        rm -f ${GEN}
index 10208b5..ed60cce 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2016/09/08 18:05:30 pascal Exp $
+# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:34 espie Exp $
 
 .include <bsd.own.mk>
 
@@ -10,10 +10,7 @@ GEN= AttrPCHRead.inc AttrPCHWrite.inc
 all: ${GEN}
 
 install:
-       # Nothing here so far ...
-
-depend:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 clean cleandir:
        rm -f ${GEN}
index c38ca3a..d744f7a 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.11 2017/04/28 11:28:20 kettenis Exp $
+# $OpenBSD: Makefile,v 1.12 2017/07/09 15:28:34 espie Exp $
 
 .include <bsd.own.mk>
 
@@ -87,9 +87,6 @@ HEADERS+=     altivec.h \
 
 all:   ${HEADERS}
 
-depend:
-       # Nothing here so far ...
-
 clean cleandir:
        rm -f ${GEN}
 
index ebbcc6b..95d05c2 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2017/01/14 20:12:41 patrick Exp $
+# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:34 espie Exp $
 
 .include <bsd.own.mk>
 
@@ -16,10 +16,7 @@ HDRS=        AArch64GenAsmMatcher.inc AArch64GenAsmWriter.inc \
 all: ${HDRS}
 
 install:
-       # Nothing here so far ...
-
-depend:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 clean cleandir:
        rm -f ${HDRS}
index 865d950..f0dc848 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/09/17 16:43:51 kettenis Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:34 espie Exp $
 
 .include <bsd.own.mk>
 
@@ -14,10 +14,7 @@ HDRS=        ARMGenAsmMatcher.inc ARMGenAsmWriter.inc \
 all: ${HDRS}
 
 install:
-       # Nothing here so far ...
-
-depend:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 clean cleandir:
        rm -f ${HDRS}
index 629d166..33c9474 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2016/09/08 18:05:30 pascal Exp $
+# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:34 espie Exp $
 
 .include <bsd.own.mk>
 
@@ -9,10 +9,7 @@ DEFS=  AsmParsers.def AsmPrinters.def Disassemblers.def Targets.def
 all: ${DEFS}
 
 install:
-       # Nothing here so far ...
-
-depend:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 clean cleandir:
        rm -f ${DEFS}
index 4b161cf..398151a 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2017/01/24 08:44:47 patrick Exp $
+# $OpenBSD: Makefile,v 1.4 2017/07/09 15:28:34 espie Exp $
 
 .include <bsd.own.mk>
 
@@ -9,10 +9,7 @@ DEFS=  Attributes.gen Intrinsics.gen
 all: ${DEFS}
 
 install:
-       # Nothing here so far ...
-
-depend:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 clean cleandir:
        rm -f ${DEFS}
index 85b828e..11a42ea 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2017/01/25 19:24:33 patrick Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:34 espie Exp $
 
 .include <bsd.own.mk>
 
@@ -14,10 +14,7 @@ HDRS=        MipsGenAsmMatcher.inc MipsGenAsmWriter.inc \
 all: ${HDRS}
 
 install:
-       # Nothing here so far ...
-
-depend:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 clean cleandir:
        rm -f ${HDRS}
index bbf904a..52f17fe 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/09/19 11:39:05 pascal Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:34 espie Exp $
 
 .include <bsd.own.mk>
 
@@ -14,10 +14,7 @@ HDRS=        PPCGenAsmMatcher.inc PPCGenAsmWriter.inc \
 all: ${HDRS}
 
 install:
-       # Nothing here so far ...
-
-depend:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 clean cleandir:
        rm -f ${HDRS}
index af7c435..8806f2d 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2016/09/08 18:05:30 pascal Exp $
+# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:34 espie Exp $
 
 .include <bsd.own.mk>
 
@@ -14,10 +14,7 @@ HDRS=        SparcGenAsmMatcher.inc SparcGenAsmWriter.inc \
 all: ${HDRS}
 
 install:
-       # Nothing here so far ...
-
-depend:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 clean cleandir:
        rm -f ${HDRS}
index 05a66e8..b92452f 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2016/09/08 18:05:30 pascal Exp $
+# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:34 espie Exp $
 
 .include <bsd.own.mk>
 
@@ -12,10 +12,7 @@ HDRS=        X86GenAsmMatcher.inc X86GenAsmWriter.inc X86GenAsmWriter1.inc \
 all: ${HDRS}
 
 install:
-       # Nothing here so far ...
-
-depend:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 clean cleandir:
        rm -f ${HDRS}
index d36ad8c..7dee711 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/11/24 22:32:29 patrick Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:34 espie Exp $
 
 LIB=   LLVMAArch64AsmParser
 NOPIC=
@@ -12,10 +12,7 @@ SRCS=        AArch64AsmParser.cpp
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Target/AArch64/AsmParser
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 79b22f0..23eb0c4 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/11/24 22:32:29 patrick Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:34 espie Exp $
 
 LIB=   LLVMAArch64AsmPrinter
 NOPIC=
@@ -12,10 +12,7 @@ SRCS=        AArch64InstPrinter.cpp
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Target/AArch64/InstPrinter
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 396c62e..a6ddba3 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2017/01/24 08:44:47 patrick Exp $
+# $OpenBSD: Makefile,v 1.4 2017/07/09 15:28:34 espie Exp $
 
 LIB=   LLVMAArch64CodeGen
 NOPIC=
@@ -40,10 +40,7 @@ SRCS=        AArch64A57FPLoadBalancing.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Target/AArch64
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index c360c87..d240631 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/11/24 22:32:29 patrick Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:34 espie Exp $
 
 LIB=   LLVMAArch64Desc
 NOPIC=
@@ -20,10 +20,7 @@ SRCS=        AArch64AsmBackend.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Target/AArch64/MCTargetDesc
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 2d2ec02..ecfdaaf 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/11/24 22:32:29 patrick Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:34 espie Exp $
 
 LIB=   LLVMAArch64Disassembler
 NOPIC=
@@ -13,10 +13,7 @@ SRCS=        AArch64Disassembler.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Target/AArch64/Disassembler
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 949c94c..bca81a4 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/11/24 22:32:29 patrick Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:34 espie Exp $
 
 LIB=   LLVMAArch64Info
 NOPIC=
@@ -12,10 +12,7 @@ SRCS=        AArch64TargetInfo.cpp
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Target/AArch64/TargetInfo
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 182073e..146e545 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/11/24 22:32:29 patrick Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:34 espie Exp $
 
 LIB=   LLVMAArch64Utils
 NOPIC=
@@ -12,10 +12,7 @@ SRCS=        AArch64BaseInfo.cpp
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Target/AArch64/Utils
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 4f097e1..3ea079e 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/09/17 16:43:51 kettenis Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:34 espie Exp $
 
 LIB=   LLVMARMAsmParser
 NOPIC=
@@ -11,10 +11,7 @@ SRCS=        ARMAsmParser.cpp
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Target/ARM/AsmParser
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 67c0820..2116721 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/09/17 16:43:51 kettenis Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:34 espie Exp $
 
 LIB=   LLVMARMAsmPrinter
 NOPIC=
@@ -11,10 +11,7 @@ SRCS=        ARMInstPrinter.cpp
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Target/ARM/InstPrinter
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 92a4815..57e6704 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2017/01/24 08:44:47 patrick Exp $
+# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:34 espie Exp $
 
 LIB=   LLVMARMCodeGen
 NOPIC=
@@ -41,10 +41,7 @@ SRCS=        A15SDOptimizer.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Target/ARM
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 87b186f..19f9e22 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/09/17 16:43:51 kettenis Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:34 espie Exp $
 
 LIB=   LLVMARMDesc
 NOPIC=
@@ -23,10 +23,7 @@ SRCS=        ARMAsmBackend.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Target/ARM/MCTargetDesc
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 64b86e5..755ed0b 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/09/17 16:43:51 kettenis Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:34 espie Exp $
 
 LIB=   LLVMARMDisassembler
 NOPIC=
@@ -11,10 +11,7 @@ SRCS=        ARMDisassembler.cpp
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Target/ARM/Disassembler
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index c50f0a5..8659089 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/09/17 16:43:51 kettenis Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:34 espie Exp $
 
 LIB=   LLVMARMInfo
 NOPIC=
@@ -11,10 +11,7 @@ SRCS=        ARMTargetInfo.cpp
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Target/ARM/TargetInfo
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 456cb8b..221ca06 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2017/01/24 08:44:47 patrick Exp $
+# $OpenBSD: Makefile,v 1.4 2017/07/09 15:28:34 espie Exp $
 
 LIB=   LLVMAnalysis
 NOPIC=
@@ -91,10 +91,7 @@ SRCS=        AliasAnalysis.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Analysis
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 6005767..27ae910 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:49 pascal Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:34 espie Exp $
 
 LIB=   LLVMAsmParser
 NOPIC=
@@ -13,10 +13,7 @@ SRCS=        LLLexer.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/lib/AsmParser
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index e0e6e1e..02b43fc 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2017/01/14 20:12:41 patrick Exp $
+# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:34 espie Exp $
 
 LIB=   LLVMAsmPrinter
 NOPIC=
@@ -31,10 +31,7 @@ SRCS=        AddressPool.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/lib/CodeGen/AsmPrinter
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 6ce4342..c45ca82 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2017/01/24 08:44:47 patrick Exp $
+# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:34 espie Exp $
 
 LIB=   LLVMBitReader
 NOPIC=
@@ -15,10 +15,7 @@ SRCS=        BitReader.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Bitcode/Reader
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index cef4f20..1879d79 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:49 pascal Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:34 espie Exp $
 
 LIB=   LLVMBitWriter
 NOPIC=
@@ -12,10 +12,7 @@ SRCS=        BitWriter.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Bitcode/Writer
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 5f12175..dcef064 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2017/01/24 08:44:47 patrick Exp $
+# $OpenBSD: Makefile,v 1.4 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMCodeGen
 NOPIC=
@@ -153,10 +153,7 @@ SRCS=      AggressiveAntiDepBreaker.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/lib/CodeGen
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index d1c98a6..d8b6517 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2017/01/14 20:12:41 patrick Exp $
+# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMCore
 NOPIC=
@@ -68,10 +68,7 @@ AttributesCompatFunc.inc: AttributesCompatFunc.td
                -I${LLVM_SRCS}/include \
                -o ${.TARGET} ${.ALLSRC}
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index fc4c52b..27e8df7 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2017/01/24 08:44:47 patrick Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMCoroutines
 NOPIC=
@@ -17,10 +17,7 @@ SRCS=        Coroutines.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Transforms/Coroutines
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 57b540e..73021b6 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2017/01/14 20:12:41 patrick Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMCoverage
 NOPIC=
@@ -13,10 +13,7 @@ SRCS=        CoverageMapping.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/lib/ProfileData/Coverage
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index eb30323..f6e830e 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2017/01/24 08:44:47 patrick Exp $
+# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMDebugInfoCodeView
 NOPIC=
@@ -26,10 +26,7 @@ SRCS=        CVTypeDumper.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/lib/DebugInfo/CodeView
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 2261da3..abb0de4 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2017/01/24 08:44:47 patrick Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMDebugInfoDWARF
 NOPIC=
@@ -31,10 +31,7 @@ SRCS=        DWARFAbbreviationDeclaration.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/lib/DebugInfo/DWARF
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index c8d48f9..c63d358 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2017/01/24 08:44:47 patrick Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMDebugInfoMSF
 NOPIC=
@@ -16,10 +16,7 @@ SRCS=        MappedBlockStream.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/lib/DebugInfo/MSF
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index ed4a2c0..57132f4 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2017/01/24 08:44:47 patrick Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMDemangle
 NOPIC=
@@ -11,10 +11,7 @@ SRCS=        ItaniumDemangle.cpp
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Demangle
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index ed5cef7..e3d9f60 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2017/01/14 20:12:41 patrick Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMGlobalISel
 NOPIC=
@@ -9,10 +9,7 @@ SRCS=  GlobalISel.cpp
 
 .PATH: ${.CURDIR}/../../../llvm/lib/CodeGen/GlobalISel
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index d8fef8d..00c5622 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:49 pascal Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMIRReader
 NOPIC=
@@ -11,10 +11,7 @@ SRCS=        IRReader.cpp
 
 .PATH: ${.CURDIR}/../../../llvm/lib/IRReader
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 5d194a5..3494b52 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:49 pascal Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMInstCombine
 NOPIC=
@@ -24,10 +24,7 @@ SRCS=        InstructionCombining.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Transforms/InstCombine
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 9455287..a77f5e8 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2017/01/14 20:12:41 patrick Exp $
+# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMInstrumentation
 NOPIC=
@@ -22,10 +22,7 @@ SRCS=        AddressSanitizer.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Transforms/Instrumentation
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 4f15f18..30381e5 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2017/01/24 08:44:47 patrick Exp $
+# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMLTO
 NOPIC=
@@ -16,10 +16,7 @@ SRCS=        LTO.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/lib/LTO
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 5d739ad..afc561a 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:49 pascal Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMLinker
 NOPIC=
@@ -12,10 +12,7 @@ SRCS=        IRMover.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Linker
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 8af2801..3ba5907 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2017/01/14 20:12:41 patrick Exp $
+# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMMC
 NOPIC=
@@ -58,10 +58,7 @@ SRCS=        ConstantPools.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/lib/MC
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index fc49eda..e982aa1 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:49 pascal Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMMCDisassembler
 NOPIC=
@@ -12,10 +12,7 @@ SRCS=        Disassembler.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/lib/MC/MCDisassembler
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index d3fc3a1..b8d212b 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:49 pascal Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMMCParser
 NOPIC=
@@ -19,10 +19,7 @@ SRCS=        AsmLexer.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/lib/MC/MCParser
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 9a44206..e4ffaa8 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:49 pascal Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMMIRParser
 NOPIC=
@@ -11,10 +11,7 @@ SRCS=        MILexer.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/lib/CodeGen/MIRParser
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 2287e05..381bbc5 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2017/01/25 19:24:33 patrick Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMMipsAsmParser
 NOPIC=
@@ -12,10 +12,7 @@ SRCS=        MipsAsmParser.cpp
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Target/Mips/AsmParser
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 2e94aa2..d085891 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2017/01/25 19:24:33 patrick Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMMipsAsmPrinter
 NOPIC=
@@ -11,10 +11,7 @@ SRCS=        MipsInstPrinter.cpp
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Target/Mips/InstPrinter
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 12d4615..538d064 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2017/01/25 19:24:33 patrick Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMMipsCodeGen
 NOPIC=
@@ -43,10 +43,7 @@ SRCS=        Mips16FrameLowering.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Target/Mips
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index d57355c..b6ff0aa 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2017/01/25 19:24:33 patrick Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMMipsDesc
 NOPIC=
@@ -22,10 +22,7 @@ SRCS=        MipsABIInfo.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Target/Mips/MCTargetDesc
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 0e52670..c1ec190 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2017/01/25 19:24:33 patrick Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMMipsDisassembler
 NOPIC=
@@ -11,10 +11,7 @@ SRCS=        MipsDisassembler.cpp
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Target/Mips/Disassembler
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 3227123..f73fceb 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2017/01/25 19:24:33 patrick Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMMipsInfo
 NOPIC=
@@ -11,10 +11,7 @@ SRCS=        MipsTargetInfo.cpp
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Target/Mips/TargetInfo
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 7e28276..93265a4 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:49 pascal Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMObjCARCOpts
 NOPIC=
@@ -19,10 +19,7 @@ SRCS=        ObjCARC.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Transforms/ObjCARC
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index a4eaf65..139f394 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2017/01/24 08:44:47 patrick Exp $
+# $OpenBSD: Makefile,v 1.4 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMObject
 NOPIC=
@@ -29,10 +29,7 @@ SRCS=        Archive.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Object
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index ef02af8..3ada099 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:49 pascal Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMOption
 NOPIC=
@@ -14,10 +14,7 @@ SRCS=        Arg.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Option
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 7e36b6a..3bd0c32 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2017/01/22 03:13:07 patrick Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMPasses
 NOPIC=
@@ -11,10 +11,7 @@ SRCS=        PassBuilder.cpp
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Passes
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index a88937d..9c5c4fa 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/09/19 11:39:05 pascal Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMPowerPCAsmParser
 NOPIC=
@@ -12,10 +12,7 @@ SRCS=        PPCAsmParser.cpp
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Target/PowerPC/AsmParser
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 9748c01..618f791 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/09/19 11:39:05 pascal Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMPowerPCAsmPrinter
 NOPIC=
@@ -12,10 +12,7 @@ SRCS=        PPCInstPrinter.cpp
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Target/PowerPC/InstPrinter
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 6e84a49..8906b6d 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2017/01/14 20:12:41 patrick Exp $
+# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMPowerPCCodeGen
 NOPIC=
@@ -38,10 +38,7 @@ SRCS=        PPCBoolRetToInt.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Target/PowerPC
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 9f4addf..8eb3548 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/09/19 11:39:05 pascal Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMPowerPCDesc
 NOPIC=
@@ -19,10 +19,7 @@ SRCS=        PPCAsmBackend.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Target/PowerPC/MCTargetDesc
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 8807581..a2d3d3f 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/09/19 11:39:05 pascal Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMPowerPCDisassembler
 NOPIC=
@@ -12,10 +12,7 @@ SRCS=        PPCDisassembler.cpp
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Target/PowerPC/Disassembler
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 954327e..22f8ddb 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/09/19 11:39:05 pascal Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMPowerPCInfo
 NOPIC=
@@ -12,10 +12,7 @@ SRCS=        PowerPCTargetInfo.cpp
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Target/PowerPC/TargetInfo
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 3629313..5a0cb0a 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2017/01/14 20:12:41 patrick Exp $
+# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMProfileData
 NOPIC=
@@ -17,10 +17,7 @@ SRCS=        InstrProf.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/lib/ProfileData
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 80ee244..79c7f6a 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2017/01/24 08:44:47 patrick Exp $
+# $OpenBSD: Makefile,v 1.4 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMScalarOpts
 NOPIC=
@@ -71,10 +71,7 @@ SRCS=        ADCE.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Transforms/Scalar
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index dab8d3f..d857b9c 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2017/01/14 20:12:41 patrick Exp $
+# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMSelectionDAG
 NOPIC=
@@ -32,10 +32,7 @@ SRCS=        DAGCombiner.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/lib/CodeGen/SelectionDAG
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index a3b847e..a605dc1 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:49 pascal Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMSparcAsmParser
 NOPIC=
@@ -12,10 +12,7 @@ SRCS=        SparcAsmParser.cpp
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Target/Sparc/AsmParser
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 9f14aa3..8495b62 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:49 pascal Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMSparcAsmPrinter
 NOPIC=
@@ -12,10 +12,7 @@ SRCS=        SparcInstPrinter.cpp
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Target/Sparc/InstPrinter
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 3c41fc0..4ae28b0 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2017/01/14 20:12:41 patrick Exp $
+# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMSparcCodeGen
 NOPIC=
@@ -24,10 +24,7 @@ SRCS=        DelaySlotFiller.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Target/Sparc
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index c3a8bc1..fb79c0c 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:49 pascal Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMSparcDesc
 NOPIC=
@@ -18,10 +18,7 @@ SRCS=        SparcAsmBackend.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Target/Sparc/MCTargetDesc
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index cdd9358..078baf0 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:49 pascal Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMSparcDisassembler
 NOPIC=
@@ -12,10 +12,7 @@ SRCS=        SparcDisassembler.cpp
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Target/Sparc/Disassembler
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 7426258..029d66a 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:49 pascal Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMSparcInfo
 NOPIC=
@@ -12,10 +12,7 @@ SRCS=        SparcTargetInfo.cpp
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Target/Sparc/TargetInfo
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 99d8ba4..b9c45b8 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2017/01/24 08:44:47 patrick Exp $
+# $OpenBSD: Makefile,v 1.4 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMSupport
 NOPIC=
@@ -107,10 +107,7 @@ SRCS=      APFloat.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Support
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index dee6c74..fe06d9d 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:49 pascal Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMTableGen
 NOPIC=
@@ -18,10 +18,7 @@ SRCS=        Error.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/lib/TableGen
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 0d601fe..522a7de 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2017/01/24 08:44:47 patrick Exp $
+# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMTarget
 NOPIC=
@@ -15,10 +15,7 @@ SRCS=        Target.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Target
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 57ccc07..0f6aaac 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2017/01/24 08:44:47 patrick Exp $
+# $OpenBSD: Makefile,v 1.4 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMTransformUtils
 NOPIC=
@@ -61,10 +61,7 @@ SRCS=        ASanStackFrameLayout.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Transforms/Utils
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 955bb4a..13544a9 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2017/01/14 20:12:41 patrick Exp $
+# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMVectorize
 NOPIC=
@@ -15,10 +15,7 @@ SRCS=        BBVectorize.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Transforms/Vectorize
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 1f22415..dcaf589 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:50 pascal Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMX86AsmParser
 NOPIC=
@@ -12,10 +12,7 @@ SRCS=        X86AsmInstrumentation.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Target/X86/AsmParser
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index c964ac4..f4b1460 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:50 pascal Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMX86AsmPrinter
 NOPIC=
@@ -13,10 +13,7 @@ SRCS=        X86ATTInstPrinter.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Target/X86/InstPrinter
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 384b6ff..9d57d33 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2017/01/24 08:44:47 patrick Exp $
+# $OpenBSD: Makefile,v 1.4 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMX86CodeGen
 NOPIC=
@@ -40,10 +40,7 @@ SRCS=        X86AsmPrinter.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Target/X86
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 3aece14..9d3395a 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2017/01/14 20:12:41 patrick Exp $
+# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMX86Desc
 NOPIC=
@@ -18,10 +18,7 @@ SRCS=        X86AsmBackend.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Target/X86/MCTargetDesc
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 51e11e9..a109eed 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:50 pascal Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMX86Disassembler
 NOPIC=
@@ -12,10 +12,7 @@ SRCS=        X86Disassembler.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Target/X86/Disassembler
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 6f4e1b7..cee1072 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:50 pascal Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMX86Info
 NOPIC=
@@ -11,10 +11,7 @@ SRCS=        X86TargetInfo.cpp
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Target/X86/TargetInfo
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index d9c7dab..065652d 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:50 pascal Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $
 
 LIB=   LLVMX86Utils
 NOPIC=
@@ -11,10 +11,7 @@ SRCS=        X86ShuffleDecode.cpp
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Target/X86/Utils
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index a0662b5..1982a8e 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2017/01/24 08:44:47 patrick Exp $
+# $OpenBSD: Makefile,v 1.4 2017/07/09 15:28:36 espie Exp $
 
 LIB=   LLVMipo
 NOPIC=
@@ -41,10 +41,7 @@ SRCS=        ArgumentPromotion.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/lib/Transforms/IPO
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index d5e3052..e1e770f 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:50 pascal Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:36 espie Exp $
 
 LIB=   clangAST
 NOPIC=
@@ -70,10 +70,7 @@ SRCS=        APValue.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/tools/clang/lib/AST
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index b0e66f9..14e766f 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2017/01/24 08:44:47 patrick Exp $
+# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:36 espie Exp $
 
 LIB=   clangAnalysis
 NOPIC=
@@ -35,10 +35,7 @@ SRCS=        AnalysisDeclContext.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/tools/clang/lib/Analysis
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 6c12452..9e675c1 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2017/01/14 20:12:42 patrick Exp $
+# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:36 espie Exp $
 
 LIB=   clangBasic
 NOPIC=
@@ -36,10 +36,7 @@ SRCS=        Attributes.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/tools/clang/lib/Basic
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index f889c0b..377af69 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2017/01/24 08:44:47 patrick Exp $
+# $OpenBSD: Makefile,v 1.4 2017/07/09 15:28:36 espie Exp $
 
 LIB=   clangCodeGen
 NOPIC=
@@ -62,10 +62,7 @@ SRCS=        BackendUtil.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/tools/clang/lib/CodeGen
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 7d58712..d1c2dc9 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2017/01/24 08:44:47 patrick Exp $
+# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:36 espie Exp $
 
 LIB=   clangDriver
 NOPIC=
@@ -27,10 +27,7 @@ SRCS=        Action.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/tools/clang/lib/Driver
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 8a3179a..ea336da 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:50 pascal Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:36 espie Exp $
 
 LIB=   clangEdit
 NOPIC=
@@ -13,10 +13,7 @@ SRCS=        Commit.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/tools/clang/lib/Edit
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 19bc246..91dca3a 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:50 pascal Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:36 espie Exp $
 
 LIB=   clangFrontend
 NOPIC=
@@ -43,10 +43,7 @@ SRCS=        ASTConsumers.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/tools/clang/lib/Frontend
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 08beca8..c5dcaa9 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:50 pascal Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:36 espie Exp $
 
 LIB=   clangFrontendTool
 NOPIC=
@@ -11,10 +11,7 @@ SRCS=        ExecuteCompilerInvocation.cpp
 
 .PATH: ${.CURDIR}/../../../llvm/tools/clang/lib/FrontendTool
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 1585ec6..5ac77e1 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:50 pascal Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:36 espie Exp $
 
 LIB=   clangLex
 NOPIC=
@@ -32,10 +32,7 @@ SRCS=        HeaderMap.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/tools/clang/lib/Lex
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index d756280..e72f40d 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:50 pascal Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:36 espie Exp $
 
 LIB=   clangParse
 NOPIC=
@@ -25,10 +25,7 @@ SRCS=        ParseAST.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/tools/clang/lib/Parse
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 1bfbfea..150e373 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2016/09/05 12:48:25 pascal Exp $
+# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:36 espie Exp $
 
 LIB=   clangRewrite
 NOPIC=
@@ -15,10 +15,7 @@ SRCS=        DeltaTree.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/tools/clang/lib/Rewrite
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index d8197c7..91bc3f5 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:50 pascal Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:36 espie Exp $
 
 LIB=   clangRewriteFrontend
 NOPIC=
@@ -18,10 +18,7 @@ SRCS=        FixItRewriter.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/tools/clang/lib/Frontend/Rewrite
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 34aac80..794c292 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:50 pascal Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:36 espie Exp $
 
 LIB=   clangSema
 NOPIC=
@@ -57,10 +57,7 @@ SRCS=        AnalysisBasedWarnings.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/tools/clang/lib/Sema
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 87e8440..1e517e7 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:50 pascal Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:36 espie Exp $
 
 LIB=   clangSerialization
 NOPIC=
@@ -22,10 +22,7 @@ SRCS=        ASTCommon.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/tools/clang/lib/Serialization
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index de5aab0..9161890 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2017/01/22 03:13:07 patrick Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:36 espie Exp $
 
 LIB=   lldConfig
 NOPROFILE=
@@ -10,10 +10,7 @@ SRCS=        Version.cpp
 
 .PATH: ${.CURDIR}/../../../llvm/tools/lld/lib/Config
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index 91f7153..2e2a355 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2017/01/24 08:44:47 patrick Exp $
+# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:36 espie Exp $
 
 LIB=   lldCore
 NOPROFILE=
@@ -18,10 +18,7 @@ SRCS=        DefinedAtom.cpp \
 
 .PATH: ${.CURDIR}/../../../llvm/tools/lld/lib/Core
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index dfba31e..7e2a245 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2017/01/24 08:44:47 patrick Exp $
+# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:36 espie Exp $
 
 LIB=   lldELF
 NOPROFILE=
@@ -38,10 +38,7 @@ Options.inc: Options.td
                -I ${LLVM_SRCS}/include \
                -o ${.TARGET} ${.ALLSRC}
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.lib.mk>
index fed25ea..3ae4a7a 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.8 2017/04/17 19:58:53 pascal Exp $
+# $OpenBSD: Makefile,v 1.9 2017/07/09 15:28:36 espie Exp $
 
 .include <bsd.own.mk>
 
@@ -16,9 +16,6 @@ CPPFLAGS+=    -I${.CURDIR}/../../../llvm/tools/lld/include
 
 .PATH: ${.CURDIR}/../../../llvm/tools/lld/tools/lld
 
-depend:
-       # Nothing here so far ...
-
 LLVM_LIBDEPS=  lldELF \
                lldConfig \
                lldCore \
index 3ec7a1d..ab273e9 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2017/04/17 19:58:53 pascal Exp $
+# $OpenBSD: Makefile,v 1.6 2017/07/09 15:28:36 espie Exp $
 
 PROG=  llvm-tblgen
 NOMAN=
@@ -45,10 +45,7 @@ SRCS=        AsmMatcherEmitter.cpp \
 
 LLVM_LIBDEPS=  LLVMTableGen LLVMSupport
 
-depend:
-       # Nothing here so far ...
-
 install:
-       # Nothing here so far ...
+       @# Nothing here so far ...
 
 .include <bsd.prog.mk>