(mailutils.scm): Fixed producing rule.
Showing
1 changed file
with
2 additions
and
1 deletions
... | @@ -77,7 +77,8 @@ guile-procedures.txt: $(DOT_DOC_FILES) | ... | @@ -77,7 +77,8 @@ guile-procedures.txt: $(DOT_DOC_FILES) |
77 | 77 | ||
78 | mailutils.scm: mailutils.scm.in $(C_SRCS:.c=.inc) | 78 | mailutils.scm: mailutils.scm.in $(C_SRCS:.c=.inc) |
79 | m4 -DVERSION=$(VERSION) -DLIBDIR=$(libdir) \ | 79 | m4 -DVERSION=$(VERSION) -DLIBDIR=$(libdir) \ |
80 | -DBUILDDIR=$(top_builddir)/libmu_scm $? > $@ | 80 | -DBUILDDIR=$(top_builddir)/libmu_scm \ |
81 | mailutils.scm.in > $@ | ||
81 | 82 | ||
82 | 83 | ||
83 | ## Add -MG to make the .x magic work with auto-dep code. | 84 | ## Add -MG to make the .x magic work with auto-dep code. | ... | ... |
-
Please register or sign in to post a comment