From 88f43ccdc324164573dd9a1de1c61b990861825e Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Tue, 22 Oct 2019 17:35:16 -0700 Subject: Makefile: fix lil bug where a directory would be missing in a certain condition --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 175fab402..0477ad50a 100644 --- a/Makefile +++ b/Makefile @@ -134,6 +134,7 @@ build/ufo/Inter-%.ufo: build/ufo/features src/Inter.designspace $(all_ufo_master misc/fontbuild instancegen src/Inter.designspace $* build/ufo/features: + mkdir -p build/ufo ln -s ../../src/features build/ufo/features # make sure intermediate UFOs are not gc'd by make -- cgit v1.2.3