From c2e0f4affc510e7a380060b27440e6771f24a311 Mon Sep 17 00:00:00 2001 From: S Woodside Date: Sat, 5 Sep 2009 00:27:17 -0400 Subject: [PATCH] Possibly on other platforms build/build is automatically created, but not on mine. --- trunk/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/trunk/Makefile b/trunk/Makefile index 9b533ca..4e77058 100644 --- a/trunk/Makefile +++ b/trunk/Makefile @@ -24,6 +24,7 @@ wymeditor: @@echo "Building" ${WE} @@echo " - Merging files" + @@mkdir -p ${BUILD_DIR}/build @@${MERGE} @@echo ${WE} "Built"