From 42e8056c59255e366d12a84642398cd47fde7278 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Wed, 20 Feb 2013 00:19:44 +0100 Subject: VPATH build fixes: SciTECO can now be built from a parallel source tree ...which is useful when crosscompiling for MinGW --- bootstrap.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap.am') 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 -- cgit v1.2.3