summaryrefslogtreecommitdiff
path: root/frontends/riscos
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-01-07 13:21:25 +0000
committerVincent Sanders <vince@kyllikki.org>2017-01-07 13:21:25 +0000
commit9be0f4ccaf9696173fb910660352be6648811040 (patch)
tree617ba19ec2882976e00e5df58155381c300c6aad /frontends/riscos
parent2d9ed9cbc4bd611d027b07f40bcf2dad68632857 (diff)
downloadnetsurf-9be0f4ccaf9696173fb910660352be6648811040.tar.gz
netsurf-9be0f4ccaf9696173fb910660352be6648811040.tar.bz2
fixup usage of directory creation macro in Makefiles
Diffstat (limited to 'frontends/riscos')
-rw-r--r--frontends/riscos/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/riscos/Makefile b/frontends/riscos/Makefile
index b457f02da..87790acc0 100644
--- a/frontends/riscos/Makefile
+++ b/frontends/riscos/Makefile
@@ -110,7 +110,7 @@ TPL_RISCOS := $(addprefix $(FRONTEND_SOURCE_DIR)/templates/,$(TPL_RISCOS))
define compile_template
!NetSurf/Resources/$(1)/Templates$$(TPLEXT): $(2)
$$(VQ)echo "TEMPLATE: $(2)"
- $$(Q)mkdir -p !NetSurf/Resources/$(1)
+ $$(Q)$$(MKDIR) -p !NetSurf/Resources/$(1)
$$(Q)$$(CC) -x c -E -P $$(CFLAGS) $(2) | $$(CCRES) - $$@
CLEAN_TEMPLATES += !NetSurf/Resources/$(1)/Templates$$(TPLEXT)