From b17eafa0abc8edc2f16fda4089eeda95edb5424d Mon Sep 17 00:00:00 2001 From: nhmall Date: Tue, 19 May 2026 12:18:23 -0400 Subject: [PATCH] CROSS_TO_AMIGA=1 build fix Fallout from other work this past weekend. --- sys/unix/hints/include/cross-post.500 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/unix/hints/include/cross-post.500 b/sys/unix/hints/include/cross-post.500 index d07d14f18..0d90d2a96 100644 --- a/sys/unix/hints/include/cross-post.500 +++ b/sys/unix/hints/include/cross-post.500 @@ -239,7 +239,7 @@ $(TARGETPFX)amistack.o : ../sys/amiga/amistack.c $(HACK_H) $(TARGETPFX)amiwind.o : ../sys/amiga/amiwind.c \ ../sys/amiga/amimenu.c $(HACK_H) $(TARGETPFX)winami.o : ../sys/amiga/winami.c $(HACK_H) -$(TARGETPFX)winchar.o : ../sys/amiga/winchar.c tile.c $(HACK_H) +$(TARGETPFX)winchar.o : ../sys/amiga/winchar.c $(SRCDIR)/tile.c $(HACK_H) $(TARGETPFX)winfuncs.o : ../sys/amiga/winfuncs.c $(HACK_H) $(TARGETPFX)winkey.o : ../sys/amiga/winkey.c $(HACK_H) $(TARGETPFX)winamenu.o : ../sys/amiga/winamenu.c $(HACK_H)