Opened 3 years ago
Closed 2 years 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 , 2 years ago
| Priority: | normal → high |
|---|
comment:2 by , 2 years ago
| Summary: | RISCOS: Object file is not deleted when running make distclean → MAKE: RISCOS: Object file is not deleted when running make distclean |
|---|
comment:3 by , 2 years ago
| Owner: | set to |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Fixed by introducing PLUGIN_OBJ_FILES variable and cleaning it up.
Note:
See TracTickets
for help on using tickets.

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.