aboutsummaryrefslogtreecommitdiff
path: root/Makefile.libcompat
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2019-07-25 17:10:17 +0000
committerEd Maste <emaste@FreeBSD.org>2019-07-25 17:10:17 +0000
commit78aee653e975ae2f8cb01aef0c4e748b35a7a7d4 (patch)
tree9cd46e0b923c7c81a167bcd9099ec10787df6d55 /Makefile.libcompat
parent1f0a85545ee66c74aed3f380f05396dea2340712 (diff)
downloadsrc-78aee653e975ae2f8cb01aef0c4e748b35a7a7d4.tar.gz
src-78aee653e975ae2f8cb01aef0c4e748b35a7a7d4.zip
libsysdecode: use the proper include directory
Reported by: cy Reviewed by: lwhsu Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D21068
Notes
Notes: svn path=/head/; revision=350327
Diffstat (limited to 'Makefile.libcompat')
-rw-r--r--Makefile.libcompat1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.libcompat b/Makefile.libcompat
index 21f7300ef70c..f2da3bd06587 100644
--- a/Makefile.libcompat
+++ b/Makefile.libcompat
@@ -186,7 +186,6 @@ build${libcompat}: .PHONY
.endif
mkdir -p ${WORLDTMP}
ln -sf ${.CURDIR}/sys ${WORLDTMP}
- ln -sf ${.CURDIR}/sys ${LIBCOMPATTMP}
.for _t in ${_obj} includes
.for _dir in ${_LC_INCDIRS}
${_+_}cd ${.CURDIR}/${_dir}; ${LIBCOMPATWMAKE} MK_INCLUDES=yes \