diff options
author | sjg <sjg@FreeBSD.org> | 2012-11-08 21:24:17 +0000 |
---|---|---|
committer | sjg <sjg@FreeBSD.org> | 2012-11-08 21:24:17 +0000 |
commit | 9f7bd28e773edf781d7238fca67fbe5ea4648afb (patch) | |
tree | b5c84f0fffb4afc526cfc112218fc0eb81a3021a /lib/clang | |
parent | 2d51125fa2eccce80ca698ac6d53f35a6c5cb940 (diff) | |
download | FreeBSD-src-9f7bd28e773edf781d7238fca67fbe5ea4648afb.zip FreeBSD-src-9f7bd28e773edf781d7238fca67fbe5ea4648afb.tar.gz |
Updated/new Makefile.depend
Diffstat (limited to 'lib/clang')
-rw-r--r-- | lib/clang/libclanganalysis/Makefile.depend | 6 | ||||
-rw-r--r-- | lib/clang/libllvmsupport/Makefile.depend | 2 | ||||
-rw-r--r-- | lib/clang/libllvmtablegen/Makefile.depend | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/lib/clang/libclanganalysis/Makefile.depend b/lib/clang/libclanganalysis/Makefile.depend index 372e3ca..1a5a8b2 100644 --- a/lib/clang/libclanganalysis/Makefile.depend +++ b/lib/clang/libclanganalysis/Makefile.depend @@ -5,6 +5,8 @@ DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} DEP_MACHINE := ${.PARSEFILE:E} DIRDEPS = \ + gnu/lib/libstdc++ \ + gnu/lib/libsupc++ \ include \ include/xlocale \ lib/msun \ @@ -36,22 +38,18 @@ CFG.po: DiagnosticCommonKinds.inc.h CFG.po: StmtNodes.inc.h CFGReachabilityAnalysis.o: AttrList.inc.h CFGReachabilityAnalysis.o: Attrs.inc.h -CFGReachabilityAnalysis.o: DeclNodes.inc.h CFGReachabilityAnalysis.o: DiagnosticCommonKinds.inc.h CFGReachabilityAnalysis.o: StmtNodes.inc.h CFGReachabilityAnalysis.po: AttrList.inc.h CFGReachabilityAnalysis.po: Attrs.inc.h -CFGReachabilityAnalysis.po: DeclNodes.inc.h CFGReachabilityAnalysis.po: DiagnosticCommonKinds.inc.h CFGReachabilityAnalysis.po: StmtNodes.inc.h CFGStmtMap.o: AttrList.inc.h CFGStmtMap.o: Attrs.inc.h -CFGStmtMap.o: DeclNodes.inc.h CFGStmtMap.o: DiagnosticCommonKinds.inc.h CFGStmtMap.o: StmtNodes.inc.h CFGStmtMap.po: AttrList.inc.h CFGStmtMap.po: Attrs.inc.h -CFGStmtMap.po: DeclNodes.inc.h CFGStmtMap.po: DiagnosticCommonKinds.inc.h CFGStmtMap.po: StmtNodes.inc.h CallGraph.o: AttrList.inc.h diff --git a/lib/clang/libllvmsupport/Makefile.depend b/lib/clang/libllvmsupport/Makefile.depend index 6a3fc33..65a0021 100644 --- a/lib/clang/libllvmsupport/Makefile.depend +++ b/lib/clang/libllvmsupport/Makefile.depend @@ -5,6 +5,8 @@ DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} DEP_MACHINE := ${.PARSEFILE:E} DIRDEPS = \ + gnu/lib/libstdc++ \ + gnu/lib/libsupc++ \ include \ include/xlocale \ lib/msun \ diff --git a/lib/clang/libllvmtablegen/Makefile.depend b/lib/clang/libllvmtablegen/Makefile.depend index 6a3fc33..65a0021 100644 --- a/lib/clang/libllvmtablegen/Makefile.depend +++ b/lib/clang/libllvmtablegen/Makefile.depend @@ -5,6 +5,8 @@ DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} DEP_MACHINE := ${.PARSEFILE:E} DIRDEPS = \ + gnu/lib/libstdc++ \ + gnu/lib/libsupc++ \ include \ include/xlocale \ lib/msun \ |