make sure recover utily is built for the CROSSCOMPILE target
This commit is contained in:
@@ -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
|
||||
#===============-=================================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user