mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 12:02:02 +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} $@
|
${mkdir} $@
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
$(TEMPORARY):
|
||||||
|
${mkdir} $@
|
||||||
|
|
||||||
BUILDNO_H = $(INTERMEDIATE_)include$(SEP)reactos$(SEP)buildno.h
|
BUILDNO_H = $(INTERMEDIATE_)include$(SEP)reactos$(SEP)buildno.h
|
||||||
|
|
||||||
include lib/lib.mak
|
include lib/lib.mak
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue