summaryrefslogtreecommitdiffstats
path: root/fonts
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2021-08-07 01:40:12 (EDT)
committer P. J. McDermott <pj@pehjota.net>2021-08-07 01:40:12 (EDT)
commit9b47e3b6a4680c6ed4c77903f6c56909405c1678 (patch)
tree3d02fbf88beb980b2997d6994097f494aeec210c /fonts
parenta2c9ca2c05aaed25fd36dc367f02a07bc909c8e5 (diff)
downloadmazefight-9b47e3b6a4680c6ed4c77903f6c56909405c1678.zip
mazefight-9b47e3b6a4680c6ed4c77903f6c56909405c1678.tar.gz
mazefight-9b47e3b6a4680c6ed4c77903f6c56909405c1678.tar.bz2
build: Fix out-of-tree font building
Diffstat (limited to 'fonts')
-rw-r--r--fonts/local.mk9
1 files changed, 5 insertions, 4 deletions
diff --git a/fonts/local.mk b/fonts/local.mk
index c6f8651..3f601d3 100644
--- a/fonts/local.mk
+++ b/fonts/local.mk
@@ -33,7 +33,8 @@ nodist_fonts_DATA = \
CLEANFILES += \
$(nodist_fonts_DATA)
-CONFIG_CLEAN_FILES += %reldir%/$(am__dirstamp)
-%reldir%/$(am__dirstamp):
- @$(MKDIR_P) %reldir%
- @: > %reldir%/$(am__dirstamp)
+$(nodist_fonts_DATA): %reldir%/FifteenTwenty/src/$(am__dirstamp)
+CONFIG_CLEAN_FILES += %reldir%/FifteenTwenty/src/$(am__dirstamp)
+%reldir%/FifteenTwenty/src/$(am__dirstamp):
+ @$(MKDIR_P) %reldir%/FifteenTwenty/src
+ @: > %reldir%/FifteenTwenty/src/$(am__dirstamp)