From c464ddd08fcd1d43fe844528f4a2fa53bc628cc5 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Wed, 23 Jun 2004 06:48:54 +0000 Subject: (mailutils.scm): Fixed producing rule. --- libmu_scm/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libmu_scm') diff --git a/libmu_scm/Makefile.am b/libmu_scm/Makefile.am index 5e7682729..946279a64 100644 --- a/libmu_scm/Makefile.am +++ b/libmu_scm/Makefile.am @@ -77,7 +77,8 @@ guile-procedures.txt: $(DOT_DOC_FILES) mailutils.scm: mailutils.scm.in $(C_SRCS:.c=.inc) m4 -DVERSION=$(VERSION) -DLIBDIR=$(libdir) \ - -DBUILDDIR=$(top_builddir)/libmu_scm $? > $@ + -DBUILDDIR=$(top_builddir)/libmu_scm \ + mailutils.scm.in > $@ ## Add -MG to make the .x magic work with auto-dep code. -- cgit v1.2.1