summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-02-23 00:45:27 +0000
committerbdrewery <bdrewery@FreeBSD.org>2016-02-23 00:45:27 +0000
commit64f5438a3620a9b569443eb2d7968df9515df81e (patch)
tree58d70123b8da3392c27eb67881cc0541b9f45ccc
parent59f8276e61283809ceab664a7b1b1515e96806f7 (diff)
downloadFreeBSD-src-64f5438a3620a9b569443eb2d7968df9515df81e.zip
FreeBSD-src-64f5438a3620a9b569443eb2d7968df9515df81e.tar.gz
MFC r295665:
Remove temporary hack from r294370 for SSH upgrades. Approved by: re (marius)
-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