make sure recover utily is built for the CROSSCOMPILE target

This commit is contained in:
nhmall
2020-09-30 21:45:45 -04:00
parent 6a35a84c56
commit 92902fd128
2 changed files with 5 additions and 3 deletions

View File

@@ -286,7 +286,9 @@ endif # WANT_WIN_CURSES
# Rules for win/share files
$(TARGETPFX)%.o : ../win/share/%.c
$(TARGET_CC) $(TARGET_CFLAGS) -o$@ $<
#
# Rules for util files heading for target
$(TARGETPFX)%.o : ../util/%.c
$(TARGET_CC) $(TARGET_CFLAGS) -o$@ $<
# End of cross-compiling -PRE section
#===============-=================================================