generator: Set builddir for old RHEL 5 which didn't have this.

This commit is contained in:
Richard W.M. Jones
2013-05-29 16:22:02 +01:00
parent 1d08ea938f
commit 9df4e51f65

View File

@@ -21,6 +21,9 @@ abs_builddir ?= $(shell pwd)
# Old RHEL 5 autoconf doesn't have abs_srcdir.
abs_srcdir ?= $(shell cd $(top_srcdir)/generator && pwd)
# Old RHEL 5 autoconf doesn't have builddir.
builddir ?= .
# In alphabetical order.
sources = \
actions.ml \