This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed/utils] Makefile.tpl: Remove configure rule


Committed.  That rule is more trouble than it's worth, as noted by Michael
Chastain.

Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/utils/ChangeLog,v
retrieving revision 1.11
diff -u -r1.11 ChangeLog
--- ChangeLog	9 Aug 2004 02:49:06 -0000	1.11
+++ ChangeLog	9 Aug 2004 03:25:20 -0000
@@ -1,5 +1,8 @@
 2004-08-08  Nathanael Nerode  <neroden@gcc.gnu.org>
 
+	* Makefile.tpl: Remove rule to regenerate configure.
+	* Makefile.def: Regenerate.
+
 	* configure.in: Update to autoconf 2.59, rename to...
 	* configure.ac: ...this.  Rename abs_* variables for accuracy.
 	* Makefile.tpl: Rename abs_srcdir for accuracy.
Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/utils/Makefile.in,v
retrieving revision 1.6
diff -u -r1.6 Makefile.in
--- Makefile.in	9 Aug 2004 02:49:06 -0000	1.6
+++ Makefile.in	9 Aug 2004 03:25:21 -0000
@@ -85,9 +85,6 @@
 config.status: $(srcdir)/configure
 	./config.status --recheck
 
-$(srcdir)/configure: $(srcdir)/configure.in
-	cd $(srcdir) && autoconf
-
 # Miscellaneous variable setting
 AR_FLAGS = qv
 FLAGS_TO_PASS = \
Index: Makefile.tpl
===================================================================
RCS file: /cvs/src/src/utils/Makefile.tpl,v
retrieving revision 1.4
diff -u -r1.4 Makefile.tpl
--- Makefile.tpl	9 Aug 2004 02:49:06 -0000	1.4
+++ Makefile.tpl	9 Aug 2004 03:25:21 -0000
@@ -98,9 +98,6 @@
 config.status: $(srcdir)/configure
 	./config.status --recheck
 
-$(srcdir)/configure: $(srcdir)/configure.in
-	cd $(srcdir) && autoconf
-
 # Miscellaneous variable setting
 AR_FLAGS = qv
 FLAGS_TO_PASS = \

-- 
There are none so blind as those who will not see.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]