From 47d29aefc300577a49988f6e7d541bc8c4ee5e3a Mon Sep 17 00:00:00 2001 From: marco Date: Sun, 3 Sep 2017 12:22:20 +0000 Subject: * r30023 git-svn-id: https://svn.freepascal.org/svn/fpc/branches/fixes_3_0@37119 3ad0048d-3df7-0310-abae-a5850022a9f2 --- 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 -- cgit v1.2.1