[fpc-devel]wrong MAKE all

Peter Vreman peter at freepascal.org
Thu Jan 15 20:11:59 CET 2004


At 22:12 11-1-2004, you wrote:
>I discover solution, problem is in compiler\makefile:
>
>change line (about 180 in makefile):
>ifeq ($(wildcard $(addprefix $(FPCDIR)/,rtl units)),)
>override FPCDIR=c:/pp
>endif
>to:
>
>ifeq ($(wildcard $(addprefix $(FPCDIR)/,rtl units)),)
>override FPCDIR:=$(BASEDIR)
>ifeq ($(wildcard $(addprefix $(FPCDIR)/,rtl units)),)
>override FPCDIR=c:/pp
>endif
>endif
>
>thas my prop, its not so clear that may be
>but somebody may change FPCMAKE

Added
Peter





More information about the fpc-devel mailing list