From 64f5438a3620a9b569443eb2d7968df9515df81e Mon Sep 17 00:00:00 2001 From: bdrewery Date: Tue, 23 Feb 2016 00:45:27 +0000 Subject: MFC r295665: Remove temporary hack from r294370 for SSH upgrades. Approved by: re (marius) --- share/mk/bsd.dep.mk | 8 -------- 1 file changed, 8 deletions(-) (limited to 'share/mk') 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. -- cgit v1.1