]> git.saurik.com Git - bison.git/commitdiff
build: fix paths.
authorAkim Demaille <demaille@gostai.com>
Wed, 1 Jul 2009 10:19:09 +0000 (12:19 +0200)
committerAkim Demaille <demaille@gostai.com>
Wed, 12 Aug 2009 12:12:13 +0000 (14:12 +0200)
When using $(top_builddir) inconsistently, Make (including GNU
Make) is sometimes confused.  As a result it may want to build
lib/libbison.la and $(top_builddir)/lib/libbison.la (the same
file, different names) concurrently, which, amusingly enough,
might end with:

  ranlib lib/libbison.a
  ranlib lib/libbison.a
  make[2]: *** [lib/libbison.a] Segmentation fault

on OS X.

* doc/local.mk, src/local.mk: Do not use $(top_builddir) when not
needed.


No differences found