summaryrefslogtreecommitdiff
path: root/utils/mksymbian/Makefile.fpc
diff options
context:
space:
mode:
Diffstat (limited to 'utils/mksymbian/Makefile.fpc')
-rw-r--r--utils/mksymbian/Makefile.fpc4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/mksymbian/Makefile.fpc b/utils/mksymbian/Makefile.fpc
index 1ebf4eea82..ab19f0a6f1 100644
--- a/utils/mksymbian/Makefile.fpc
+++ b/utils/mksymbian/Makefile.fpc
@@ -16,14 +16,14 @@ fpcpackage=y
fpcdir=../..
[prerules]
-FPMAKE_BIN_CLEAN=$(wildcard .$(PATHSEP)fpmake$(SRCEXEEXT))
+FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT))
ifdef OS_TARGET
FPC_TARGETOPT+=--os=$(OS_TARGET)
endif
ifdef CPU_TARGET
FPC_TARGETOPT+=--cpu=$(CPU_TARGET)
endif
-LOCALFPMAKE=.$(PATHSEP)fpmake$(SRCEXEEXT)
+LOCALFPMAKE=./fpmake$(SRCEXEEXT)
[rules]
# Do not pass the Makefile's unit and binary target locations. fpmake uses it's own.