On Sep-22, Bruce Gray wrote:
> # New Ticket Created by  Bruce Gray 
> # Please include the string:  [perl #17502]
> # in the subject line of all future correspondence about this issue. 
> # <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=17502 >
> 
> 
> To specify a rule to build object files from C files,
> root.in correctly says:
>       .c$(O) :
>               $(CC) $(CFLAGS) ${cc_o_out}$@ -c $<
> but classes.in gets it wrong:
>       .c$(O):
>               $(CC) $(CFLAGS) ${cc_exe_out}$@ -c $<
> 
> The bug does not show up under platforms (like Unix) where the two
> flags are the same. It bit me on Win32, with the free Borland
> compiler.
> 
> This patch corrects the problem.

Thanks, applied.

Reply via email to