Makefile: fix lil bug where a directory would be missing in a certain condition
This commit is contained in:
parent
023a174880
commit
88f43ccdc3
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -134,6 +134,7 @@ build/ufo/Inter-%.ufo: build/ufo/features src/Inter.designspace $(all_ufo_master
|
||||||
misc/fontbuild instancegen src/Inter.designspace $*
|
misc/fontbuild instancegen src/Inter.designspace $*
|
||||||
|
|
||||||
build/ufo/features:
|
build/ufo/features:
|
||||||
|
mkdir -p build/ufo
|
||||||
ln -s ../../src/features build/ufo/features
|
ln -s ../../src/features build/ufo/features
|
||||||
|
|
||||||
# make sure intermediate UFOs are not gc'd by make
|
# make sure intermediate UFOs are not gc'd by make
|
||||||
|
|
|
||||||
Reference in a new issue