diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-02-20 00:19:44 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-02-22 01:18:05 +0100 |
commit | 42e8056c59255e366d12a84642398cd47fde7278 (patch) | |
tree | 0eb41375344e7f2dd1b0c5a60a1b5a261cee6769 /bootstrap.am | |
parent | ea3f28cdd021380cb9962a1d7391d6539a44af00 (diff) | |
download | sciteco-42e8056c59255e366d12a84642398cd47fde7278.tar.gz |
VPATH build fixes: SciTECO can now be built from a parallel source tree
...which is useful when crosscompiling for MinGW
Diffstat (limited to 'bootstrap.am')
-rw-r--r-- | bootstrap.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.am b/bootstrap.am index 2fc6285..f44f945 100644 --- a/bootstrap.am +++ b/bootstrap.am @@ -1,5 +1,5 @@ if BOOTSTRAP -BOOTSTRAP_SCITECO = $(top_srcdir)/src/sciteco-minimal$(EXEEXT) +BOOTSTRAP_SCITECO = @top_builddir@/src/sciteco-minimal$(EXEEXT) else BOOTSTRAP_SCITECO = @SCITECO@ endif |