Updated
Showing
5 changed files
with
11 additions
and
16 deletions
... | @@ -3,7 +3,7 @@ DEJATOOL = mailbox | ... | @@ -3,7 +3,7 @@ DEJATOOL = mailbox |
3 | RUNTESTFLAGS = | 3 | RUNTESTFLAGS = |
4 | CLEANFILES = *.log | 4 | CLEANFILES = *.log |
5 | test_dirs = lib mailbox | 5 | test_dirs = lib mailbox |
6 | EXTRA_DIST = Addrs Urls | 6 | EXTRA_DIST = Addrs Mime Urls |
7 | 7 | ||
8 | dist-hook: | 8 | dist-hook: |
9 | here=`cd $(top_builddir)/$(subdir) && pwd`; \ | 9 | here=`cd $(top_builddir)/$(subdir) && pwd`; \ | ... | ... |
... | @@ -18,7 +18,7 @@ | ... | @@ -18,7 +18,7 @@ |
18 | 18 | ||
19 | mailbox_run ${top_builddir}/examples/addr | 19 | mailbox_run ${top_builddir}/examples/addr |
20 | 20 | ||
21 | set chan [open ${objdir}/Addrs r] | 21 | set chan [open ${srcdir}/Addrs r] |
22 | 22 | ||
23 | set command "" | 23 | set command "" |
24 | for {gets $chan line} {![eof $chan]} {gets $chan line} { | 24 | for {gets $chan line} {![eof $chan]} {gets $chan line} { | ... | ... |
... | @@ -21,7 +21,7 @@ set MU_TOOL_FLAGS "-i 0 -p $MU_SPOOL_DIR/mbox1" | ... | @@ -21,7 +21,7 @@ set MU_TOOL_FLAGS "-i 0 -p $MU_SPOOL_DIR/mbox1" |
21 | 21 | ||
22 | mu_prepare_spools | 22 | mu_prepare_spools |
23 | 23 | ||
24 | set chan [open ${objdir}/Mime r] | 24 | set chan [open ${srcdir}/Mime r] |
25 | 25 | ||
26 | set pattern [list] | 26 | set pattern [list] |
27 | for {gets $chan line} {![eof $chan]} {gets $chan line} { | 27 | for {gets $chan line} {![eof $chan]} {gets $chan line} { | ... | ... |
... | @@ -18,7 +18,7 @@ | ... | @@ -18,7 +18,7 @@ |
18 | 18 | ||
19 | mailbox_run ${top_builddir}/examples/url-parse | 19 | mailbox_run ${top_builddir}/examples/url-parse |
20 | 20 | ||
21 | set chan [open ${objdir}/Urls r] | 21 | set chan [open ${srcdir}/Urls r] |
22 | 22 | ||
23 | set command "" | 23 | set command "" |
24 | for {gets $chan line} {![eof $chan]} {gets $chan line} { | 24 | for {gets $chan line} {![eof $chan]} {gets $chan line} { | ... | ... |
-
Please register or sign in to post a comment