Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2002-09-25 20:56:04 +0400
committerNathanael Nerode <neroden@gcc.gnu.org>2002-09-25 20:56:04 +0400
commit862fb4455b1899463cd63d0d81499fe17182e06a (patch)
treed496b91020e771808a67aa91d5ebbbc918d1888c
parent00f56d7b36c87a9f2ac9823ae3af85c5b7a77e6c (diff)
Really rebuild it this time. :sigh:
-rw-r--r--Makefile.in4
1 files changed, 4 insertions, 0 deletions
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)