|
@@ -406,11 +406,15 @@ ifndef DIST_DESTDIR
|
|
|
export DIST_DESTDIR:=$(BASEDIR)
|
|
|
endif
|
|
|
BASEPACKDIR=$(BASEDIR)/basepack
|
|
|
+ifndef FPCMAKE
|
|
|
ifeq ($(FULL_SOURCE),$(FULL_TARGET))
|
|
|
FPCMAKENEW=$(BASEDIR)/utils/fpcm/fpcmake$(EXEEXT)
|
|
|
else
|
|
|
FPCMAKENEW=fpcmake
|
|
|
endif
|
|
|
+else
|
|
|
+FPCMAKENEW=$(FPCMAKE)
|
|
|
+endif
|
|
|
CLEANOPTS=FPC=$(PPNEW)
|
|
|
BUILDOPTS=FPC=$(PPNEW) RELEASE=1
|
|
|
INSTALLOPTS=FPC=$(PPNEW) ZIPDESTDIR=$(BASEDIR) FPCMAKE=$(FPCMAKENEW)
|