summaryrefslogtreecommitdiff
path: root/src/theory/Makefile.subdirs
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-09-24 21:20:33 +0000
committerMorgan Deters <mdeters@gmail.com>2010-09-24 21:20:33 +0000
commit2e1581b5840cb131b416718bc1506edfb833f5f0 (patch)
treeebe742795f919ca404c438d4eed38929dd567e1f /src/theory/Makefile.subdirs
parent353c6d5c3770365f0dffcbdf697199bed156cf50 (diff)
Fix build system for Mac OS X builds (resolves bug #203)
Diffstat (limited to 'src/theory/Makefile.subdirs')
-rw-r--r--src/theory/Makefile.subdirs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/Makefile.subdirs b/src/theory/Makefile.subdirs
index eafb350ae..99adc7d0d 100644
--- a/src/theory/Makefile.subdirs
+++ b/src/theory/Makefile.subdirs
@@ -1,5 +1,5 @@
$(top_builddir)/src/theory/.subdirs: $(top_srcdir)/src/theory/Makefile.am
- $(AM_V_at)grep '^SUBDIRS = ' $(top_srcdir)/src/theory/Makefile.am | cut -d' ' -f3- | tr ' ' "\n" | xargs -i__D__ echo $(top_srcdir)/src/theory/__D__/kinds >$(top_builddir)/src/theory/.subdirs.tmp
+ $(AM_V_at)grep '^SUBDIRS = ' $(top_srcdir)/src/theory/Makefile.am | cut -d' ' -f3- | tr ' ' "\n" | xargs -I__D__ echo $(top_srcdir)/src/theory/__D__/kinds >$(top_builddir)/src/theory/.subdirs.tmp
@if ! diff -q $(top_builddir)/src/theory/.subdirs $(top_builddir)/src/theory/.subdirs.tmp &>/dev/null; then \
echo " GEN " $@; \
$(am__mv) $(top_builddir)/src/theory/.subdirs.tmp $(top_builddir)/src/theory/.subdirs; \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback