* Makefile.am: Add a comment explaining why suffix rules are not

used there.
This commit is contained in:
Pavel Roskin 2000-12-18 07:19:02 +00:00
parent 21ca8441bc
commit f87082b313
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2000-12-18 Pavel Roskin <proski@gnu.org>
* Makefile.am: Add a comment explaining why suffix rules are not
used there.
2000-12-15 Pavel Roskin <proski@gnu.org>
* autoconf.sh: If the "allowed" pattern is not defined set it

View File

@ -124,6 +124,11 @@ editpl = sed \
-e 's,@VERSION\@,$(VERSION),g' \
-e 's,@PACKAGE\@,$(PACKAGE),g'
## All the scripts below depend on configure.in so that they are rebuilt
## when the Autoconf version changes. Unfortunately, suffix rules cannot
## have additional dependencies, so we have to use explicit rules for
## every script.
autoconf: $(srcdir)/autoconf.sh $(srcdir)/configure.in
rm -f autoconf autoconf.tmp
$(editsh) $(srcdir)/autoconf.sh >autoconf.tmp