Skip to content

Commit

Permalink
PLATFORM_DIRS should be order-only
Browse files Browse the repository at this point in the history
  • Loading branch information
trzy authored and h0tw1r3 committed Apr 5, 2024
1 parent 71617c7 commit a3a67fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefiles/Rules.inc
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ $(BIN_DIR):
$(info Creating directory : $(BIN_DIR))
$(SILENT)mkdir $(BIN_DIR)
$(OBJ_DIR): $(PLATFORM_DIRS)
$(OBJ_DIR): | $(PLATFORM_DIRS)
$(info Creating directory : $(OBJ_DIR))
$(SILENT)mkdir $(OBJ_DIR)
Expand Down

0 comments on commit a3a67fc

Please sign in to comment.