diff options
Diffstat (limited to 'http')
| -rw-r--r-- | http/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http/Makefile b/http/Makefile index c3034a1..eb2a0b3 100644 --- a/http/Makefile +++ b/http/Makefile @@ -17,7 +17,7 @@ remove_all_layouts = $(call remove_layouts,$(layouts),$(1)) remove_layouts = $(let first rest,$(1),$(call remove_layout,$(first),$(if $(rest),$(call remove_layouts,$(rest),$(2)),$(2)))) remove_layout = $(subst .$(1).upp,.,$(2)) out_deps := $(subst .upp,.,$(call remove_all_layouts,$(addprefix out/,$(src_files:src/%=%)))) -out_deps_without_src := $(filter-out $(out_deps),$(shell find -L out -type f)) +out_deps_without_src := $(filter-out $(out_deps),$(shell mkdir -p out && find -L out -type f)) out_deps += $(out_deps_without_src) blogs := $(subst blogs/,,$(wildcard blogs/*)) |
