Opened 22 months ago

Closed 8 months ago

#13902 closed defect (fixed)

MAKE: RISCOS: Object file is not deleted when running make distclean

Reported by: ccawley2011 Owned by: sev-
Priority: high Component: Port: RISC OS
Version: Keywords:
Cc: Game:

Description

When building for RISC OS with plugins enabled, backends/plugins/riscos/plugin.o isn't deleted when running make distclean, and won't get rebuilt after reconfiguring ScummVM.

Change History (3)

comment:1 by sev-, 8 months ago

Priority: normalhigh

It would be nice to get it fixed before the 2.8.0 release.

The object file is specified in configure in $PLUGIN_EXTRA_DEPS variable, so we could just add that to the clean target.

comment:2 by sev-, 8 months ago

Summary: RISCOS: Object file is not deleted when running make distcleanMAKE: RISCOS: Object file is not deleted when running make distclean

comment:3 by sev-, 8 months ago

Owner: set to sev-
Resolution: fixed
Status: newclosed

Fixed by introducing PLUGIN_OBJ_FILES variable and cleaning it up.

Note: See TracTickets for help on using tickets.