Skip to content

Commit

Permalink
Add missing dependency on $(ARCH)/sysdeps.h
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierleroy committed Sep 29, 2024
1 parent 59831be commit 45a140b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ ifeq ($(strip $(SYSTEM)),diab)

else

%.o: %.S
$(CASMRUNTIME) -DMODEL_$(MODEL) -DABI_$(ABI) -DENDIANNESS_$(ENDIANNESS) -DSYS_$(SYSTEM) -o $@ $^
%.o: %.S $(ARCH)/sysdeps.h
$(CASMRUNTIME) -DMODEL_$(MODEL) -DABI_$(ABI) -DENDIANNESS_$(ENDIANNESS) -DSYS_$(SYSTEM) -o $@ $<

endif

Expand Down

0 comments on commit 45a140b

Please sign in to comment.