From 862fb4455b1899463cd63d0d81499fe17182e06a 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 3f995b355..7c45d1055 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)