summaryrefslogtreecommitdiff
path: root/src/theory/Makefile.am
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-05-03 21:31:55 +0000
committerMorgan Deters <mdeters@gmail.com>2010-05-03 21:31:55 +0000
commit0a408cf7648b9b57f9b84ea1e7efa486eb0c2ceb (patch)
tree879ac7f773d0831d50ab34ea3c9ec77fc6026b7b /src/theory/Makefile.am
parent2673b70e8d31d42b4e2b7ec7d2edd3f28b1dac14 (diff)
theory detection fixes; fixes build breakage when you delete build directories
Diffstat (limited to 'src/theory/Makefile.am')
-rw-r--r--src/theory/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/Makefile.am b/src/theory/Makefile.am
index 07896271a..c2c356fde 100644
--- a/src/theory/Makefile.am
+++ b/src/theory/Makefile.am
@@ -25,12 +25,12 @@ EXTRA_DIST = \
include @top_srcdir@/src/theory/Makefile.subdirs
-@srcdir@/theoryof_table.h: theoryof_table_template.h mktheoryof @top_srcdir@/src/theory/.subdirs @top_srcdir@/src/theory/*/kinds
+@srcdir@/theoryof_table.h: theoryof_table_template.h mktheoryof @top_builddir@/src/theory/.subdirs @top_srcdir@/src/theory/*/kinds
$(AM_V_at)chmod +x @srcdir@/mktheoryof
$(AM_V_at)$(am__mv) $@ $@~ 2>/dev/null || true
$(AM_V_GEN)(@srcdir@/mktheoryof \
$< \
- `cat @top_srcdir@/src/theory/.subdirs` \
+ `cat @top_builddir@/src/theory/.subdirs` \
> $@) || (rm -f $@ && exit 1)
BUILT_SOURCES = @srcdir@/theoryof_table.h
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback