From cad817158de5ba04c1bb9cd80b6b2be9624fc658 Mon Sep 17 00:00:00 2001 From: Jan Vrany Date: Mon, 13 Nov 2023 17:25:16 +0000 Subject: [PATCH] Fix Pharo makefile after the rename of "MachineArithmetic" to "Z3" --- pharo/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pharo/GNUmakefile b/pharo/GNUmakefile index 9941083fc..ccacc6666 100644 --- a/pharo/GNUmakefile +++ b/pharo/GNUmakefile @@ -14,7 +14,7 @@ all: GNUmakefile.local $(PROJECT).image check include ../pharo.gmk -$(PROJECT).image: $(PHARO_VM) $(PHARO_IMAGE) ../MachineArithmetic*/*.st +$(PROJECT).image: $(PHARO_VM) $(PHARO_IMAGE) ../*/*.st $(PHARO_VM_HEADLESS) $(PHARO_IMAGE) save $(dir $(abspath $(firstword $(MAKEFILE_LIST))))/$(PROJECT) $(PHARO_VM_HEADLESS) $@ eval --save "(IceRepositoryCreator new location: '..' asFileReference; createRepository) register" || rm $@ $(PHARO_VM_HEADLESS) $@ metacello install tonel://.. BaselineOf$(PROJECT) --groups=$(GROUP) || rm $@