summaryrefslogtreecommitdiff
path: root/Makefile.builds.in
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2014-08-07 12:53:14 -0400
committerMorgan Deters <mdeters@cs.nyu.edu>2014-08-07 12:53:20 -0400
commit78dd401e00978ae5f76558965d9c536fc6fe63a2 (patch)
treed8cc4ff4e2e75163110f944010a4bd27c36ae540 /Makefile.builds.in
parent2a9ba3d34befa0adac7b0bc1eeafc9d5e898e3fc (diff)
Another build fix.
Diffstat (limited to 'Makefile.builds.in')
-rw-r--r--Makefile.builds.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.builds.in b/Makefile.builds.in
index ee0bd7f98..c818c05c6 100644
--- a/Makefile.builds.in
+++ b/Makefile.builds.in
@@ -87,8 +87,8 @@ ifeq ($(CVC4_BUILD_LIBCOMPAT),yes)
.
endif
# symlink the binaries
+ cd $(CURRENT_BUILD)/bin && \
for binary in $(CVC4_BINARIES); do \
- cd $(CURRENT_BUILD)/bin && \
ln -sf ../src/main/$$binary \
. ; \
done
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback