From 19718ecd6209d8b11a5c992a67fd261f59158a87 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Sun, 14 Mar 1999 05:41:21 +0000 Subject: [PATCH] * Makefile.am (all-recursive): depend on ACINCLUDE_M4_LIST (all-local, check-local): remove, unused --- ChangeLog | 3 +++ Makefile.am | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 51847a430..f0bfedfc6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1999-03-14 Alexandre Oliva + * Makefile.am (all-recursive): depend on ACINCLUDE_M4_LIST + (all-local, check-local): remove, unused + * doc/PLATFORMS: updated platforms tested on 1.2f-pre; clean up; reorder; untabify diff --git a/Makefile.am b/Makefile.am index ffee14cc2..e7a9cdabd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -79,7 +79,7 @@ update-timestamps: (rm -f $@ && cp ltmain.shT $@ && rm -f ltmain.shT) # All our rules should depend on these demo files. -all-local check-local: $(ACINCLUDE_M4_LIST) libtool +all-recursive: $(ACINCLUDE_M4_LIST) @ACINCLUDE_M4_LIST@: $(srcdir)/libtool.m4 rm -f $@ -- 2.47.3