mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
Create directory before rbuild tries to access it
svn path=/trunk/; revision=28119
This commit is contained in:
parent
10cc6c5d40
commit
f74d31a796
1 changed files with 1 additions and 0 deletions
|
@ -410,6 +410,7 @@ POSTAUTO : \
|
|||
$(NCI_SERVICE_FILES)
|
||||
|
||||
$(ROS_AUTOMAKE): $(RBUILD_TARGET) $(PREAUTO) $(XMLBUILDFILES)
|
||||
${mkdir} $(INTERMEDIATE_)media$(SEP)inf 2>$(NUL)
|
||||
$(ECHO_RBUILD)
|
||||
$(Q)$(RBUILD_TARGET) $(ROS_RBUILDFLAGS) mingw
|
||||
@$(MAKE) POSTAUTO
|
||||
|
|
Loading…
Reference in a new issue