Skip to content
Snippets Groups Projects
Commit 79e7f052 authored by Simon Rose's avatar Simon Rose
Browse files

Stop "unlink: O.BaseVersion_Common: Is a directory" message

This is due to relying on the intermediate rules
```
build-%: | $(COMMON_DIR)
```
(etc.) which trigger's Make's "intermediate file cleanup". The
simplest solution is to make a clear dependency on the common
directory instead of the implicit one.
parent 7e88a6b8
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment