diff --git a/hopscheme/Makefile b/hopscheme/Makefile index d06833dc1..659d94cea 100644 --- a/hopscheme/Makefile +++ b/hopscheme/Makefile @@ -1,10 +1,10 @@ #*=====================================================================*/ -#* serrano/prgm/project/hop/3.0.x/hopscheme/Makefile */ +#* serrano/prgm/project/hop/hop/hopscheme/Makefile */ #* ------------------------------------------------------------- */ #* Author : Florian Loitsch */ #* Creation : Wed Mar 15 07:27:50 2006 */ -#* Last change : Sat May 24 08:58:26 2014 (serrano) */ -#* Copyright : 2006-20 Manuel Serrano */ +#* Last change : Fri Dec 13 17:10:08 2024 (serrano) */ +#* Copyright : 2006-24 Manuel Serrano */ #* ------------------------------------------------------------- */ #* The Makefile to build the hopscheme library. */ #*=====================================================================*/ @@ -60,7 +60,8 @@ include ../etc/Makefile.library .PHONY: build native jvm -build: $(BACKEND) +build: .afile + $(MAKE) $(BACKEND) native: o heap-c lib-c jvm: heap-jvm lib-jvm diff --git a/js2scheme/Makefile b/js2scheme/Makefile index 47217d89e..dd6486b20 100644 --- a/js2scheme/Makefile +++ b/js2scheme/Makefile @@ -3,7 +3,7 @@ #* ------------------------------------------------------------- */ #* Author : Manuel Serrano */ #* Creation : Wed Apr 1 18:45:46 1998 */ -#* Last change : Fri Jul 5 12:31:50 2024 (serrano) */ +#* Last change : Fri Dec 13 17:09:40 2024 (serrano) */ #* ------------------------------------------------------------- */ #* The makefile to build the JS2SCHEME library. */ #*=====================================================================*/ @@ -73,7 +73,8 @@ include ../etc/Makefile.library .PHONY: build native jvm -build: $(BACKEND) +build: .afile + $(MAKE) $(BACKEND) native: o heap-c lib-c jvm: heap-jvm lib-jvm