Skip to content
  • Brad King's avatar
    Tru64: Use full-path include directives in Makefiles (#10569) · c592df83
    Brad King authored
    Tru64's make(1) resolves relative paths in "include" directives with
    respect to the includer.  This is inconsistent with all other known make
    tools.  Note that this make tool treats the path literally so we cannot
    use our standard FULL path code which escapes spaces.  Instead qualify
    the paths with $(CMAKE_BINARY_DIR) to avoid the problem.
    c592df83