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:09 +0100
commit79cb9f347d7cd12e46302fcd5cfd3ebdf8d8deb2 (patch)
treeee8c425d88b697054fd477a4c1d10cb5edf2a6f7
parent92b6946d6a836969753f0f6b2ba898dc4de2f1c8 (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)