This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Treelang


It is not possible to build treelang from a clean checkout in directory
next to the source tree.

Directory structure:
x
  build
    gcc
      treelang
  gcc
    gcc
      treelang

Here srcdir in x/build/gcc/treelang is set to ../../gcc/gcc so the rule

$(srcdir)/treelang/treelang.info: $(srcdir)/treelang/treelang.texi

manages to get itself lost. The attached patch makes the info file
construction more similar to the one used for C and C++.

Attachment: Make-lang.in.patch
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]