summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-02-24 07:51:32 -0300
committerRenato Botelho <renato@netgate.com>2016-02-24 07:51:32 -0300
commitb15d3cfa0625b6816b5b55df864fbda78dc2add8 (patch)
treec384e7235e9894678587ee5782698526bdcc340e /share
parent7c17fc70241a215de420457e10a510834441b90f (diff)
parent008df39fd8f9ba2311709c852fa30e39bf891bcf (diff)
downloadFreeBSD-src-b15d3cfa0625b6816b5b55df864fbda78dc2add8.zip
FreeBSD-src-b15d3cfa0625b6816b5b55df864fbda78dc2add8.tar.gz
Merge remote-tracking branch 'origin/stable/10' into devel
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.dep.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/share/mk/bsd.dep.mk b/share/mk/bsd.dep.mk
index 5dc79a8..1555e55 100644
--- a/share/mk/bsd.dep.mk
+++ b/share/mk/bsd.dep.mk
@@ -164,14 +164,6 @@ depend: beforedepend ${DEPENDFILE} afterdepend
# This could be simpler with bmake :tW but needs to support fmake for MFC.
_CFLAGS_INCLUDES= ${CFLAGS:Q:S/\\ /,/g:C/-include,/-include%/g:C/,/ /g:M-include*:C/%/ /g}
_CXXFLAGS_INCLUDES= ${CXXFLAGS:Q:S/\\ /,/g:C/-include,/-include%/g:C/,/ /g:M-include*:C/%/ /g}
-# XXX: Temporary hack to workaround .depend files not tracking -include
-_hdrincludes=${_CFLAGS_INCLUDES:M*.h} ${_CXXFLAGS_INCLUDES:M*.h}
-.for _hdr in ${_hdrincludes:O:u}
-.if exists(${_hdr})
-${OBJS} ${POBJS} ${SOBJS}: ${_hdr}
-.endif
-.endfor
-.undef _hdrincludes
# Different types of sources are compiled with slightly different flags.
# Split up the sources, and filter out headers and non-applicable flags.
OpenPOWER on IntegriCloud