mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[scripts] Prevent mixing implicit and normal rules
This commit is contained in:
committed by
LeaNumworks
parent
4aebba88dd
commit
160f202860
4
Makefile
4
Makefile
@@ -37,7 +37,9 @@ info:
|
||||
# We need to mark those directories as precious, otherwise Make will try to get
|
||||
# rid of them upon completion (and fail, since those folders won't be empty).
|
||||
.PRECIOUS: $(BUILD_DIR)/. $(BUILD_DIR)%/.
|
||||
$(BUILD_DIR)/. $(BUILD_DIR)%/.:
|
||||
$(BUILD_DIR)/.:
|
||||
$(Q) mkdir -p $(dir $@)
|
||||
$(BUILD_DIR)%/.:
|
||||
$(Q) mkdir -p $(dir $@)
|
||||
|
||||
# To make objects dependent on their directory, we need a second expansion
|
||||
|
||||
Reference in New Issue
Block a user