From 0607d6426cf80be100a934bfd2dd86ded32ae181 Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 18 May 2026 13:53:02 -0400 Subject: [PATCH] follow-up --- sys/unix/hints/include/multiw-2.500 | 5 ++--- sys/unix/hints/linux.500 | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/sys/unix/hints/include/multiw-2.500 b/sys/unix/hints/include/multiw-2.500 index b25225a66..75657d5e9 100644 --- a/sys/unix/hints/include/multiw-2.500 +++ b/sys/unix/hints/include/multiw-2.500 @@ -79,7 +79,6 @@ WINCFLAGS= WINSRC = WINOBJ0 = SND_CFLAGS= -XTRASRC = ifdef WANT_WIN_TTY WINSRC += $(WINTTYSRC) @@ -103,7 +102,7 @@ ifdef WANT_WIN_X11 WINCFLAGS += -DX11_GRAPHICS WINSRC += $(WIINX11SRC) WINOBJ0 += $(WINX11OBJ) -XTRASRC += tile.c +GENTILECFILE = $(SRCDIR)/tile.c endif ifndef WANT_WIN_QT @@ -154,7 +153,7 @@ endif #! WANT_WIN_QT4 HAVE_SNDLIB = 1 NEEDS_SND_USERSOUNDS = 1 NEEDS_SND_SEAUTOMAP = 1 -XTRASRC += tile.c +GENTILECFILE = $(SRCDIR)/tile.c # ifndef CPLUSPLUS_NEEDED CPLUSPLUS_NEEDED = 1 diff --git a/sys/unix/hints/linux.500 b/sys/unix/hints/linux.500 index 4fb8b453f..8a309bfe3 100755 --- a/sys/unix/hints/linux.500 +++ b/sys/unix/hints/linux.500 @@ -473,7 +473,7 @@ LFLAGS+=-rdynamic # if TTY_TILES_ESCCODES #WINSRC += tile.c -#WINOBJ += tile.o +#GENTILEOFILE = $(SRCDIR)/tile.o # endif CHOWN=true