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

Diff for /src/include/Makefile between version 1.223 and 1.224

version 1.223, 2019/02/04 23:23:18 version 1.224, 2019/03/05 09:44:38
Line 61 
Line 61 
 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+= ../lib/libcxxabi ../lib/libcxx \
            ../gnu/usr.bin/clang/libLLVM
 .endif  .endif
   
 # prereq implies includes  # prereq implies includes

Legend:
Removed from v.1.223  
changed lines
  Added in v.1.224