diff --git a/sys/unix/hints/linux.2020 b/sys/unix/hints/linux.2020 index 76701643c..523853653 100755 --- a/sys/unix/hints/linux.2020 +++ b/sys/unix/hints/linux.2020 @@ -155,8 +155,9 @@ LIBNHSYSSRC = ../sys/libnh/libnhmain.c \ ../sys/share/ioctl.c ../sys/share/unixtty.c \ ../sys/unix/unixunix.c ../sys/unix/unixres.c \ ../win/shim/winshim.c -LIBNHSYSOBJ= libnhmain.o ioctl.o unixtty.o unixunix.o \ - unixres.o winshim.o +LIBNHSYSOBJ = libnhmain.o $(TARGETPFX)ioctl.o \ + $(TARGETPFX)unixtty.o $(TARGETPFX)unixunix.o \ + $(TARGETPFX)unixres.o winshim.o #don't bother building the game executable as it will fail #without winshim override GAME= diff --git a/sys/unix/hints/macOS.2020 b/sys/unix/hints/macOS.2020 index 8f8de9088..0cee67202 100755 --- a/sys/unix/hints/macOS.2020 +++ b/sys/unix/hints/macOS.2020 @@ -155,8 +155,9 @@ LIBNHSYSSRC = ../sys/libnh/libnhmain.c \ ../sys/share/ioctl.c ../sys/share/unixtty.c \ ../sys/unix/unixunix.c ../sys/unix/unixres.c \ ../win/shim/winshim.c -LIBNHSYSOBJ= libnhmain.o ioctl.o unixtty.o unixunix.o \ - unixres.o winshim.o +LIBNHSYSOBJ = libnhmain.o $(TARGETPFX)ioctl.o \ + $(TARGETPFX)unixtty.o $(TARGETPFX)unixunix.o \ + $(TARGETPFX)unixres.o winshim.o #don't bother building the game executable as it will fail #without winshim override GAME=