]> git.saurik.com Git - bison.git/commit
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)
commit838205d547498edd52c599e8755a233bb695e831
treea7f5e6d5b3443c241135bacc4d4e31062022fc2d
parent67af719840616ed07ca120b8255a998f4533ce17
build: fix paths.

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.
ChangeLog
doc/local.mk
src/local.mk