From f74d31a796002b19d1a0086959257d673e80b35f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Fri, 3 Aug 2007 10:12:03 +0000 Subject: [PATCH] Create directory before rbuild tries to access it svn path=/trunk/; revision=28119 --- reactos/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/Makefile b/reactos/Makefile index 6a7d04f41a2..bd2aa36b7d9 100644 --- a/reactos/Makefile +++ b/reactos/Makefile @@ -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