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: Makefile patch for BSD make


> -gengtype-lex.o : gengtype-lex.c gengtype.h gengtype-yacc.c \
> +gengtype-lex.o : $(srcdir)/gengtype-lex.c gengtype.h $(srcdir)/gengtype-yacc.c \

What happens when those files are generated in the build directory
instead of the source directory?  Many people argue against needing
the source directory to be writable; any solutions they come up with
will require that the vpath be used to find generated files like
these.


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