From 3769ec42baae1f3bc9d01fd6c2695a3694eae454 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 2 Dec 1996 21:26:21 +0000 Subject: [PATCH] nothing --- Makefile.in | 16 ++++++++-------- aclocal.m4 | 2 +- m4/Makefile.in | 7 ++++--- tests/Makefile.in | 7 ++++--- 4 files changed, 17 insertions(+), 15 deletions(-) diff --git a/Makefile.in b/Makefile.in index 2b797ade..19249ba3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.1h from Makefile.am +# Makefile.in generated automatically by automake 1.1i from Makefile.am # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -78,10 +78,10 @@ TEXINFOS = automake.texi DATA = $(pkgdata_DATA) DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \ -Makefile.in NEWS README README-alpha THANKS TODO aclocal.m4 ansi2knr.1 \ -ansi2knr.c automake.in config.guess config.sub configure configure.in \ -elisp-comp install-sh interlock mdate-sh mkinstalldirs stamp-vti \ -texinfo.tex version.texi ylwrap +Makefile.in NEWS README README-alpha THANKS TODO aclocal.in aclocal.m4 \ +ansi2knr.1 ansi2knr.c automake.in config.guess config.sub configure \ +configure.in elisp-comp install-sh interlock mdate-sh mkinstalldirs \ +stamp-vti texinfo.tex version.texi ylwrap PACKAGE = @PACKAGE@ @@ -111,7 +111,7 @@ $(srcdir)/configure: configure.in $(ACLOCAL) $(CONFIGURE_DEPENDENCIES) cd $(srcdir) && autoconf automake: $(top_builddir)/config.status automake.in cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status -aclocal: $(top_builddir)/config.status automake.in aclocal.in +aclocal: $(top_builddir)/config.status aclocal.in cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status install-binSCRIPTS: $(bin_SCRIPTS) @@ -234,7 +234,7 @@ clean-info: distclean-info: maintainer-clean-info: - for i in $(INFO_DEPS); do rm `eval echo $i*`; done + for i in $(INFO_DEPS); do rm `eval echo $$i*`; done install-pkgdataDATA: $(pkgdata_DATA) $(NORMAL_INSTALL) @@ -435,7 +435,7 @@ uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \ all-recursive check-recursive installcheck-recursive info-recursive \ dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \ maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ -distclean-tags clean-tags maintainer-clean-tags distdir info dvi check \ +distclean-tags clean-tags maintainer-clean-tags distdir info dvi \ installcheck-local installcheck all-am install-exec-am install-data-am \ uninstall-am install-exec install-data install uninstall all \ installdirs mostlyclean-generic distclean-generic clean-generic \ diff --git a/aclocal.m4 b/aclocal.m4 index c8303c50..36e3fda6 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,4 +1,4 @@ -dnl aclocal.m4 generated automatically by aclocal 1.1h +dnl aclocal.m4 generated automatically by aclocal 1.1i # Do all the work for Automake. This macro actually does too much -- # some checks are only needed if your package does certain things. diff --git a/m4/Makefile.in b/m4/Makefile.in index e06cdaf0..2df751af 100644 --- a/m4/Makefile.in +++ b/m4/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.1h from Makefile.am +# Makefile.in generated automatically by automake 1.1i from Makefile.am # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -105,6 +105,7 @@ distdir: $(DISTFILES) info: dvi: check: all + $(MAKE) installcheck: install-exec: $(NORMAL_INSTALL) @@ -151,8 +152,8 @@ maintainer-clean: maintainer-clean-generic distclean @echo "it deletes files that may require special tools to rebuild." .PHONY: default uninstall-m4dataDATA install-m4dataDATA tags distdir \ -info dvi check installcheck install-exec install-data install uninstall \ -all installdirs mostlyclean-generic distclean-generic clean-generic \ +info dvi installcheck install-exec install-data install uninstall all \ +installdirs mostlyclean-generic distclean-generic clean-generic \ maintainer-clean-generic clean mostlyclean distclean maintainer-clean diff --git a/tests/Makefile.in b/tests/Makefile.in index 5f359895..282e281f 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.1h from Makefile.am +# Makefile.in generated automatically by automake 1.1i from Makefile.am # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -119,7 +119,8 @@ check-TESTS: $(TESTS) fi info: dvi: -check: all check-TESTS +check: all + $(MAKE) check-TESTS installcheck: install-exec: $(NORMAL_INSTALL) @@ -164,7 +165,7 @@ maintainer-clean: maintainer-clean-generic distclean @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." -.PHONY: default tags distdir check-TESTS info dvi check installcheck \ +.PHONY: default tags distdir check-TESTS info dvi installcheck \ install-exec install-data install uninstall all installdirs \ mostlyclean-generic distclean-generic clean-generic \ maintainer-clean-generic clean mostlyclean distclean maintainer-clean -- 2.43.5