From ae81cb57ca23004470018f126cbee1021f036df8 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sat, 18 Nov 1995 19:07:30 +0000 Subject: [PATCH] (Makefile.in): automake "Makefile", not "Makefile.am" --- remake.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remake.am b/remake.am index d088e1c2..aee6da19 100644 --- a/remake.am +++ b/remake.am @@ -1,5 +1,5 @@ $(srcdir)/Makefile.in: Makefile.am - cd $(srcdir); automake Makefile.am + cd $(srcdir); automake Makefile # For an explanation of the following Makefile rules, see node # `Automatic Remaking' in GNU Autoconf documentation. -- 2.43.5