This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

Re: [patch, libgfortran] Fix m4 file generation


2007-02-09 Thomas Koenig <Thomas.Koenig@online.de>

	* Makefile.am: Remove $(srcdir) from assortend targets
	in maintainer mode.
	* Makefile.in: Regenerate.

With your patch, I get the following error:


m4 -Dfile=generated/_abs_c4.F90 -I../../../../trunk2/libgfortran/m4 specific.m4 > generated/_abs_c4.F90
/bin/sh: generated/_abs_c4.F90: No such file or directory


Although other generated files are fine:

m4 -Dfile=../../../../trunk2/libgfortran/generated/spacing_r16.c - I../../../../trunk2/libgfortran/m4 spacing.m4 > ../../../../trunk2/ libgfortran/generated/spacing_r16.c

I can't understand why, is it working for you?

FX


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