From 78aee653e975ae2f8cb01aef0c4e748b35a7a7d4 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Thu, 25 Jul 2019 17:10:17 +0000 Subject: libsysdecode: use the proper include directory Reported by: cy Reviewed by: lwhsu Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D21068 --- Makefile.libcompat | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile.libcompat') 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 \ -- cgit v1.2.3