From 9dd41e3647df728006e0749ac139cfeb773c3873 Mon Sep 17 00:00:00 2001 From: marcel Date: Wed, 22 Aug 2012 19:25:57 +0000 Subject: Sync FreeBSD's bmake branch with Juniper's internal bmake branch. Requested by: Simon Gerraty --- lib/libcompiler_rt/Makefile.depend | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 lib/libcompiler_rt/Makefile.depend (limited to 'lib/libcompiler_rt') diff --git a/lib/libcompiler_rt/Makefile.depend b/lib/libcompiler_rt/Makefile.depend new file mode 100644 index 0000000..ff699f7 --- /dev/null +++ b/lib/libcompiler_rt/Makefile.depend @@ -0,0 +1,15 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + include \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif -- cgit v1.1 From 0ee5295509f95c5780976697a2d3539b994458ca Mon Sep 17 00:00:00 2001 From: sjg Date: Sat, 16 Feb 2013 01:23:54 +0000 Subject: Updated dependencies --- lib/libcompiler_rt/Makefile.depend | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/libcompiler_rt') diff --git a/lib/libcompiler_rt/Makefile.depend b/lib/libcompiler_rt/Makefile.depend index ff699f7..7d982eb 100644 --- a/lib/libcompiler_rt/Makefile.depend +++ b/lib/libcompiler_rt/Makefile.depend @@ -2,8 +2,6 @@ DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} -DEP_MACHINE := ${.PARSEFILE:E} - DIRDEPS = \ include \ -- cgit v1.1 From 75a137820de70f75cd932fd2fa365fabaf06fa90 Mon Sep 17 00:00:00 2001 From: sjg Date: Mon, 8 Jun 2015 23:35:17 +0000 Subject: dirdeps.mk now sets DEP_RELDIR --- lib/libcompiler_rt/Makefile.depend | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/libcompiler_rt') diff --git a/lib/libcompiler_rt/Makefile.depend b/lib/libcompiler_rt/Makefile.depend index 7d982eb..993ab06 100644 --- a/lib/libcompiler_rt/Makefile.depend +++ b/lib/libcompiler_rt/Makefile.depend @@ -1,7 +1,5 @@ # Autogenerated - do NOT edit! -DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} - DIRDEPS = \ include \ -- cgit v1.1