author | Sergey Poznyakoff <gray@gnu.org.ua> | 2004-01-03 12:20:51 (GMT) |
---|---|---|
committer | Sergey Poznyakoff <gray@gnu.org.ua> | 2004-01-03 12:20:51 (GMT) |
commit | fe0bcb99b7f21164871ed61ec9826a35c98a95c7 (patch) (side-by-side diff) | |
tree | 4ed8409e7fab64349f4124fb9b80aed8e6e95fa6 /libmu_scm | |
parent | 89fbb3441c5c1c430155bb7e6b18d16f3c9e44e4 (diff) | |
download | mailutils-fe0bcb99b7f21164871ed61ec9826a35c98a95c7.tar.gz mailutils-fe0bcb99b7f21164871ed61ec9826a35c98a95c7.tar.bz2 |
Removed a too general implicit rule.
It caused config.h to be rebuilt incorrectly.
-rw-r--r-- | libmu_scm/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libmu_scm/Makefile.am b/libmu_scm/Makefile.am index 77416c0..cbef00f 100644 --- a/libmu_scm/Makefile.am +++ b/libmu_scm/Makefile.am @@ -73,8 +73,6 @@ guile-procedures.txt: $(DOT_DOC_FILES) cat $(DOT_DOC_FILES) > $@ mailutils.scm: mailutils.scm.in $(libmu_scm_la_SOURCES:.c=.inc) - -.in: m4 -DVERSION=$(VERSION) -DLIBDIR=$(libdir) \ -DBUILDDIR=$(top_builddir)/libmu_scm $< > $@ |