[asterisk-dev] [asterisk-commits] kpfleming: trunk r88584 - /trunk/Makefile.rules

Kevin P. Fleming kpfleming at digium.com
Tue Nov 6 09:29:24 CST 2007


Luigi Rizzo wrote:

> I was under the impression that they are embedded object coming from C++
> sources, so the build path should be .cc -> .oo -> .eoo , but
> if you look at Makefile.moddir_rules and Makefile.rules the handling
> seems different - there is only a rule .o -> .eoo , and besides,
> later .eo and .eoo are handled exactly in the same way.
> 
> I am under the impression that Makefile.rules should have this change
> 
> -%.eoo: %.o
> +%.eo: %.oo

I believe this is correct, and should result in the proper linking of
the modules.

-- 
Kevin P. Fleming
Director of Software Technologies
Digium, Inc. - "The Genuine Asterisk Experience" (TM)



More information about the asterisk-dev mailing list