[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/Makefile between version 1.227 and 1.228

version 1.227, 2020/10/26 15:50:31 version 1.228, 2021/01/02 20:04:36
Line 60 
Line 60 
 PRDIRS+= ../gnu/lib/libstdc++-v3 ../gnu/usr.bin/cc/include  PRDIRS+= ../gnu/lib/libstdc++-v3 ../gnu/usr.bin/cc/include
 .endif  .endif
 .if ${BUILD_CLANG:L} == "yes"  .if ${BUILD_CLANG:L} == "yes"
 RDIRS+= ../lib/libcxxabi ../lib/libcxx \  RDIRS+= ../gnu/lib/libcxxabi ../gnu/lib/libcxx \
          ../gnu/usr.bin/clang/libLLVM           ../gnu/usr.bin/clang/libLLVM
 .endif  .endif
   

Legend:
Removed from v.1.227  
changed lines
  Added in v.1.228