=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/Makefile,v retrieving revision 1.223 retrieving revision 1.224 diff -c -r1.223 -r1.224 *** src/include/Makefile 2019/02/04 23:23:18 1.223 --- src/include/Makefile 2019/03/05 09:44:38 1.224 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.223 2019/02/04 23:23:18 jsg Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.224 2019/03/05 09:44:38 jsg Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 *************** *** 61,67 **** PRDIRS+= ../gnu/lib/libstdc++-v3 ../gnu/usr.bin/cc/include .endif .if ${BUILD_CLANG:L} == "yes" ! RDIRS+= ../lib/libcxxabi ../lib/libcxx .endif # prereq implies includes --- 61,68 ---- PRDIRS+= ../gnu/lib/libstdc++-v3 ../gnu/usr.bin/cc/include .endif .if ${BUILD_CLANG:L} == "yes" ! RDIRS+= ../lib/libcxxabi ../lib/libcxx \ ! ../gnu/usr.bin/clang/libLLVM .endif # prereq implies includes