This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/30765] New: generating files from m4
- From: "tkoenig at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Feb 2007 19:42:16 -0000
- Subject: [Bug libfortran/30765] New: generating files from m4
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
There is something mighty strange going on with the
dependencies for the files generated with m4 with
--enable-maintainer-mode.
In http://gcc.gnu.org/ml/gcc-cvs/2007-02/msg00353.html ,
I committed a change to Makefile.am which removed $(srcdir) from
a lot of targets. This is required to get touch m4/* to
correctly regenerate the targets.
OTOH, the $(srcdir) is needed to get "rm generated/* && make"
to work.
Yuck.
--
Summary: generating files from m4
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libfortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: tkoenig at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30765