From 7a93b39ad01b05e4a956a8c5bf941452b0092ba9 Mon Sep 17 00:00:00 2001 From: marco Date: Sun, 3 Sep 2017 12:22:20 +0000 Subject: [PATCH] * r30023 git-svn-id: branches/fixes_3_0@37119 - --- compiler/Makefile | 2 +- compiler/Makefile.fpc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/Makefile b/compiler/Makefile index c6c34613a3..a0704744a1 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -3998,7 +3998,7 @@ cycle: $(MAKE) 'FPC=$(BASEDIR)/$(TEMPNAME)' OS_TARGET=$(OS_SOURCE) EXENAME=$(PPCROSSNAME) CROSSBINDIR= BINUTILSPREFIX= CROSSCYCLEBOOTSTRAP=1 cycleclean compiler CYCLELEVEL=2 ifndef CROSSINSTALL $(MAKE) 'FPC=$(BASEDIR)/$(PPCROSSNAME)' rtlclean rtl CYCLELEVEL=3 -ifneq NoNativeBinaries +ifndef NoNativeBinaries $(MAKE) 'FPC=$(BASEDIR)/$(PPCROSSNAME)' cycleclean compiler CYCLELEVEL=3 endif endif diff --git a/compiler/Makefile.fpc b/compiler/Makefile.fpc index 6636dc523b..6e1b1bf12c 100644 --- a/compiler/Makefile.fpc +++ b/compiler/Makefile.fpc @@ -685,7 +685,7 @@ cycle: # ppc (target native) ifndef CROSSINSTALL $(MAKE) 'FPC=$(BASEDIR)/$(PPCROSSNAME)' rtlclean rtl CYCLELEVEL=3 -ifneq NoNativeBinaries +ifndef NoNativeBinaries $(MAKE) 'FPC=$(BASEDIR)/$(PPCROSSNAME)' cycleclean compiler CYCLELEVEL=3 endif endif