mirror of
https://github.com/reactos/reactos.git
synced 2025-06-04 08:50:27 +00:00
Also create the temporary directory if it does not exist.
See issue #2518 for more details. svn path=/trunk/; revision=31676
This commit is contained in:
parent
211c9fad23
commit
2d23d947cf
1 changed files with 3 additions and 0 deletions
|
@ -372,6 +372,9 @@ $(OUTPUT):
|
|||
${mkdir} $@
|
||||
endif
|
||||
|
||||
$(TEMPORARY):
|
||||
${mkdir} $@
|
||||
|
||||
BUILDNO_H = $(INTERMEDIATE_)include$(SEP)reactos$(SEP)buildno.h
|
||||
|
||||
include lib/lib.mak
|
||||
|
|
Loading…
Reference in a new issue