[toplevel patch, committed] Fix pasto

Nathanael Nerode neroden@twcny.rr.com
Tue Jun 10 13:35:00 GMT 2003


Committed as obvious.
	* Makefile.tpl: Fix stupid pasto.
	* Makefile.in: Regenerate.

Index: Makefile.tpl
===================================================================
RCS file: /cvs/gcc/gcc/Makefile.tpl,v
retrieving revision 1.55
diff -u -r1.55 Makefile.tpl
--- Makefile.tpl	10 Jun 2003 02:09:34 -0000	1.55
+++ Makefile.tpl	10 Jun 2003 13:34:35 -0000
@@ -657,7 +657,7 @@
 maybe-[+make_target+]-target-[+module+]:
 [+ IF (match-value? = "missing" (get "make_target") ) +]
 # [+module+] doesn't support [+make_target+].
-[+make_target+]-[+module+]:
+[+make_target+]-target-[+module+]:
 [+ ELSE +]
 [+make_target+]-target-[+module+]: [+
   FOR depend +]\



More information about the Binutils mailing list