[cantarell-fonts] Fix parallel build.
- From: Nikolaus Waxweiler <nwaxweiler src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cantarell-fonts] Fix parallel build.
- Date: Wed, 6 Jan 2016 23:34:37 +0000 (UTC)
commit e2c2c3afe916947a521aa5310eabb9ada25d486f
Author: Nikolaus Waxweiler <madigens gmail com>
Date: Thu Jan 7 00:34:18 2016 +0100
Fix parallel build.
otf/Makefile.am | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/otf/Makefile.am b/otf/Makefile.am
index 2cf0f82..3abf0de 100644
--- a/otf/Makefile.am
+++ b/otf/Makefile.am
@@ -7,8 +7,10 @@ font_DATA = \
Cantarell-Bold-Oblique.otf
if SOURCE_REBUILD
-%.otf: $(top_srcdir)/src/%.sfdir
+$(filter-out %-Oblique.otf,$(font_DATA)): %.otf: $(top_srcdir)/src/%.sfdir
/usr/bin/env fontforge -script $(top_srcdir)/scripts/generate.sh "$^"
+
+$(filter %-Oblique.otf,$(font_DATA)): %.otf: ;
endif
EXTRA_DIST = $(font_DATA)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]