summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2013-12-02 18:09:25 +0100
committerJonas Smedegaard <dr@jones.dk>2013-12-02 18:10:01 +0100
commitee39e72561552e4a94635aba20c5a0e4abd9aae2 (patch)
treea74392fc582d34bbda8fa3343b36f9a3ff459fef
parent1a3640ad0af45f0dea69e3c4a8fc20674b82ee83 (diff)
Fix detect forced build.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2f20b58..1f0366d 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ all: build
-include config/include.mk
-include shared/themes/include.mk
-always-make = $(filter -B,$(MAKEFLAGS))
+always-make = $(findstring B,$(MAKEFLAGS))
avoid-broken-git = $(shell cd content && git symbolic-ref -q HEAD > /dev/null || echo " --no-rcs")
iki_configfiles := $(or $(patsubst %.in,%,$(wildcard config/ikiwiki*.setup.in)),config/ikiwiki.setup)