* Makefile.maint: Update from the Coreutils.
(AMTAR): Remove, obsolete.
- (-automake_repo): Update to redhat.com.
+ (automake_repo): Update to redhat.com.
(cvs_file): New.
Adjust to the fact that ansi2knr is now hosted by Automake.
- * Maekfile.am (cvs_files): Add install-sh and mkinstalldirs.
+ * Makefile.am (cvs_files): Add install-sh and mkinstalldirs.
* config/config.guess, config/mkinstalldirs, config/texinfo.tex:
Update from masters.
## is built (we need it in the command below).
include ../freeze.mk
-autoscan.list: $(srcdir)/autoscan.pre $(autoconf_m4f_dependencies) Makefile.am
- echo '# Automatically Generated: do not edit this file' > autoscan.list
- sed '/^[#]/!q' $(srcdir)/autoscan.pre >>autoscan.list
+$(srcdir)/autoscan.list: $(srcdir)/autoscan.pre $(autoconf_m4f_dependencies) Makefile.am
+ echo '# Automatically Generated: do not edit this file' >$(srcdir)/autoscan.list
+ sed '/^[#]/!q' $(srcdir)/autoscan.pre >>$(srcdir)/autoscan.list
( \
sed -n '/^[^#]/p' $(srcdir)/autoscan.pre; \
$(MY_AUTOM4TE) -M -l autoconf -t'AN_OUTPUT:$$1: $$2 $$3' \
- ) | LC_ALL=C sort >>autoscan.list
+ ) | LC_ALL=C sort >>$(srcdir)/autoscan.list
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LTLIBOBJS = @LTLIBOBJS@
M4 = @M4@
rm -f forbidden.log; \
fi
-autoscan.list: $(srcdir)/autoscan.pre $(autoconf_m4f_dependencies) Makefile.am
- echo '# Automatically Generated: do not edit this file' > autoscan.list
- sed '/^[#]/!q' $(srcdir)/autoscan.pre >>autoscan.list
+$(srcdir)/autoscan.list: $(srcdir)/autoscan.pre $(autoconf_m4f_dependencies) Makefile.am
+ echo '# Automatically Generated: do not edit this file' >$(srcdir)/autoscan.list
+ sed '/^[#]/!q' $(srcdir)/autoscan.pre >>$(srcdir)/autoscan.list
( \
sed -n '/^[^#]/p' $(srcdir)/autoscan.pre; \
$(MY_AUTOM4TE) -M -l autoconf -t'AN_OUTPUT:$$1: $$2 $$3' \
- ) | LC_ALL=C sort >>autoscan.list
+ ) | LC_ALL=C sort >>$(srcdir)/autoscan.list
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: