This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: acconfig.h and Makefile.in
- From: "Zack Weinberg" <zack at codesourcery dot com>
- To: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- Cc: gcc at gcc dot gnu dot org
- Date: Sun, 13 Jul 2003 09:51:01 -0700
- Subject: Re: acconfig.h and Makefile.in
- References: <10307131159.AA17824@vlsi1.ultra.nyu.edu>
kenner@vlsi1.ultra.nyu.edu (Richard Kenner) writes:
> acconfig.h is still mentioned in Makefile.in. Did you mean to delete
> it from there too?
Bleah. Yes.
While I'm here, anyone know what the point of cstamp-h.in is? The
canonical set of autoconf-update rules (from the autoconf manual)
doesn't bother with it.
zw
* Makefile.in: Remove orphan reference to acconfig.h.
===================================================================
Index: Makefile.in
--- Makefile.in 11 Jul 2003 22:00:09 -0000 1.1113
+++ Makefile.in 13 Jul 2003 16:50:03 -0000
@@ -981,7 +981,7 @@ mkheaders: $(srcdir)/mkheaders.in
# Don't run autoheader automatically either.
# Only run it if maintainer mode is enabled.
@MAINT@ $(srcdir)/config.in: $(srcdir)/cstamp-h.in
-@MAINT@ $(srcdir)/cstamp-h.in: $(srcdir)/configure.in $(srcdir)/acconfig.h
+@MAINT@ $(srcdir)/cstamp-h.in: $(srcdir)/configure.in
@MAINT@ (cd $(srcdir) && autoheader)
@MAINT@ @rm -f $(srcdir)/cstamp-h.in
@MAINT@ echo timestamp > $(srcdir)/cstamp-h.in