|
@@ -19,7 +19,7 @@ fpcdir=../..
|
|
|
# If no fpmake exists and clean is called, do not try to build fpmake, it will
|
|
|
# most often fail because the dependencies are cleared. So simply skip the
|
|
|
# clean by replacing the command with 'echo'
|
|
|
-FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT))
|
|
|
+FPMAKE_BIN_CLEAN=$(wildcard .$(PATHSEP)fpmake$(SRCEXEEXT))
|
|
|
ifeq ($(FPMAKE_BIN_CLEAN),)
|
|
|
FPMAKE_BIN_CLEAN=$(ECHO)
|
|
|
endif
|