From 14a2a2f196f08aff351fd98a27e77f492ad0cdc6 Mon Sep 17 00:00:00 2001 From: Nathanael Nerode Date: Wed, 25 Sep 2002 16:56:04 +0000 Subject: [PATCH] Really rebuild it this time. :sigh: --- Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.in b/Makefile.in index 3f995b3555..7c45d10552 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1799,6 +1799,10 @@ etags tags: TAGS # built are. TAGS: do-TAGS +# Rebuilding Makefile.in, using autogen. +$(srcdir)/Makefile.in: # $(srcdir)/Makefile.tpl $(srcdir)/Makefile.def + cd $(srcdir) && autogen Makefile.def + # with the gnu make, this is done automatically. Makefile: Makefile.in configure.in $(host_makefile_frag) $(target_makefile_frag) $(gcc_version_trigger) -- 2.34.1