build: Bugfix add prepocess dependency on snarfing mes.

* src/src.make ($(OUT)/$(DIR)/mes.guile-E, $(OUT)/$(DIR)/mes.mes-E):
  Depend on mes snarfing.
This commit is contained in:
Jan Nieuwenhuizen 2017-06-08 06:57:24 +02:00
parent d148f78a5c
commit 2c0f5c346c
1 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,7 @@ DEFINES:=FIXED_PRIMITIVES=1 MES_FULL=1 VERSION='"$(VERSION)"' MODULEDIR='"$(MODU
include make/bin-mlibc.make
TARGET:=mes.guile
$(OUT)/$(DIR)/mes.guile-E: $(SNARF.MES)
$(OUT)/mes.guile: $(SNARF.MES)
C_FILES:=$(DIR)/mes.c
include make/mescc-guile.make
@ -59,6 +60,7 @@ ifneq ($(MES_BOOTSTRAP),)
safe-MES_MAX_ARENA:=$(MES_MAX_ARENA)
MES_MAX_ARENA:=80000000
TARGET:=mes.mes
$(OUT)/$(DIR)/mes.mes-E: $(SNARF.MES)
$(OUT)/mes.mes: $(SNARF.MES)
mes.mes: $(OUT)/mes.mes
cp $< $@