From ae7c55d98ef18e08eba991acd3cb2cc96ace61f8 Mon Sep 17 00:00:00 2001 From: Sebastian Rasmussen Date: Fri, 5 Feb 2016 18:42:19 +0100 Subject: [PATCH] Make direct call of `make install' work (#47072). * builds/unix/unix-def.in (freetype-config): Make sure `freetype-config' is generated for both make targets (`all' and `install'). --- ChangeLog | 8 ++++++++ builds/unix/unix-def.in | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6a0bf3bf8..fa6ac11f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2016-02-05 Sebastian Rasmussen + + Make direct call of `make install' work (#47072). + + * builds/unix/unix-def.in (freetype-config): Make sure + `freetype-config' is generated for both make targets (`all' and + `install'). + 2016-02-05 Werner Lemberg [base] Fix advance width loading for MM and GX fonts (#47064). diff --git a/builds/unix/unix-def.in b/builds/unix/unix-def.in index 4903c8217..f7b557fb4 100644 --- a/builds/unix/unix-def.in +++ b/builds/unix/unix-def.in @@ -142,7 +142,7 @@ $(OBJ_BUILD)/freetype2.pc: $(TOP_DIR)/builds/unix/freetype2.in chmod a-w $@.tmp mv $@.tmp $@ -all: $(OBJ_BUILD)/freetype-config \ +all install: $(OBJ_BUILD)/freetype-config \ $(OBJ_BUILD)/freetype2.pc # EOF