makefile: fix features symlink in symlink
This commit is contained in:
parent
2bec88fb86
commit
296cf5647c
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -26,7 +26,8 @@ src/features: $(wildcard src/features/*)
|
|||
@true
|
||||
$(UFODIR)/features: src/features
|
||||
@mkdir -p $(UFODIR)
|
||||
@ln -sf ../../src/features $(UFODIR)/features
|
||||
@rm -f $(UFODIR)/features
|
||||
@ln -s ../../src/features $(UFODIR)/features
|
||||
|
||||
# designspace
|
||||
$(UFODIR)/Inter-roman.designspace: $(UFODIR)/Inter.designspace
|
||||
|
|
|
|||
Reference in a new issue