On Thu, 20 Jun 2002, H Jayakumar wrote: > What I meant was to make the makefile generated (makefile.modperl) also > build preprocessed files along with the object files. > > The rule is present > .c.i: > $(MODPERL_CPPRUN) $(MODPERL_CCFLAGS) -c $< > $*.i > > but the list *.i is missing.
why do you need a list of *.i? the rule is only meant for development/debugging, there is no other reason to generate *.i --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
