summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-08-01 21:05:36 +0000
committerMorgan Deters <mdeters@gmail.com>2012-08-01 21:05:36 +0000
commit1e94b6229e01806f3065066d8eb4917253ef8862 (patch)
tree3294b03fcecbf300e8ce7d7c4c144c27ca643558 /src/options
parenta1a8a758846ae4d0a0bd4d6d2b969afd66ddad42 (diff)
fixes to some *clean targets
Diffstat (limited to 'src/options')
-rw-r--r--src/options/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/options/Makefile.am b/src/options/Makefile.am
index 1f4e991a5..2db54a4d9 100644
--- a/src/options/Makefile.am
+++ b/src/options/Makefile.am
@@ -118,13 +118,13 @@ options_holder.h options.cpp ../smt/smt_options.cpp base_options.cpp base_option
options-stamp: options_holder_template.h options_template.cpp ../smt/smt_options_template.cpp base_options_template.h base_options_template.cpp mkoptions $(OPTIONS_FILES:%=../%)
$(AM_V_at)chmod +x @srcdir@/mkoptions
$(AM_V_GEN)(@srcdir@/mkoptions \
- @srcdir@/options_holder_template.h @srcdir@/options_holder.h \
- @srcdir@/options_template.cpp @srcdir@/options.cpp \
- @srcdir@/../smt/smt_options_template.cpp @srcdir@/../smt/smt_options.cpp \
+ @srcdir@/options_holder_template.h @builddir@/options_holder.h \
+ @srcdir@/options_template.cpp @builddir@/options.cpp \
+ @srcdir@/../smt/smt_options_template.cpp @builddir@/../smt/smt_options.cpp \
@top_builddir@/doc/cvc4.1_template @top_builddir@/doc/cvc4.1 \
-t \
@srcdir@/base_options_template.h @srcdir@/base_options_template.cpp \
- $(foreach o,$(OPTIONS_FILES),"$(srcdir)/../$(o)" "$(dir $(srcdir)/../$(o))") \
+ $(foreach o,$(OPTIONS_FILES),"$(srcdir)/../$(o)" "$(dir $(builddir)/../$(o))") \
)
touch "$@"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback