From b6e8ddb9585f648554bd436073c7507f4289d934 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Tue, 12 Apr 2016 05:50:32 -0700 Subject: [PATCH] Use mkdir -p. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d54c08bc8..67bfb4020 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ else RMDIR := rm -rf RM := rm -rf CP = cp $< $@ - MKDIR = mkdir $@ + MKDIR = mkdir -p $@ endif coffee := $(BIN)coffee -c --no-header @@ -122,7 +122,7 @@ tmp/eventPage.js : src/General/eventPage.coffee $(coffee_deps) | tmp define rules_channel -testbuilds/crx$1 : | testbuilds +testbuilds/crx$1 : $$(MKDIR) testbuilds/crx$1/script.js : src/meta/botproc.js LICENSE src/meta/usestrict.js tmp/script-crx.js $(cat_deps) | testbuilds/crx$1