[llvm-commits] [PATCH] Fix compiling source files in subdirectories with autoconf

Charles Davis cdavis at mymail.mines.edu
Mon Oct 17 17:37:19 PDT 2011


Hi,

This patch fixes an issue with source files located in subdirectories (relative to the Makefile referencing them). The build system was not creating those directories in the build tree, which caused compiling the sources to fail. This patch fixes that. I encountered this getting the LLDB Host library and LLDB debug server to compile from Makefiles.

OK to commit?

Chip
-------------- next part --------------
A non-text attachment was scrubbed...
Name: source-subdir-fix.patch
Type: application/octet-stream
Size: 12984 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20111017/6633d539/attachment.obj>
-------------- next part --------------




More information about the llvm-commits mailing list