[ros-diffs] [cfinck] 31676: Also create the temporary directory if it does not exist. See issue #2518 for more details.

cfinck at svn.reactos.org cfinck at svn.reactos.org
Tue Jan 8 22:22:27 CET 2008


Author: cfinck
Date: Wed Jan  9 00:22:27 2008
New Revision: 31676

URL: http://svn.reactos.org/svn/reactos?rev=31676&view=rev
Log:
Also create the temporary directory if it does not exist.
See issue #2518 for more details.

Modified:
    trunk/reactos/Makefile

Modified: trunk/reactos/Makefile
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/Makefile?rev=31676&r1=31675&r2=31676&view=diff
==============================================================================
--- trunk/reactos/Makefile (original)
+++ trunk/reactos/Makefile Wed Jan  9 00:22:27 2008
@@ -372,6 +372,9 @@
 	${mkdir} $@
 endif
 
+$(TEMPORARY):
+	${mkdir} $@
+
 BUILDNO_H = $(INTERMEDIATE_)include$(SEP)reactos$(SEP)buildno.h
 
 include lib/lib.mak




More information about the Ros-diffs mailing list