On 17 Dec 2010, at 20:27, Andrew Haines wrote: > Hi, the attached patch seems to fix the problem.
The meaning of the Makefile after the patch is different from what it was before. Your patch sets a shell environment variable, while the Makefile currently sets a Makefile variable. I think that if the "FPC=" is added as part of the $(MAKE) commands (i.e., after the $(MAKE) instead of before it) it may be the same, but that depends on whether or not the $FPC variable is still used after those commands. Jonas_______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
