mirror of https://github.com/freetype/freetype
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').
This commit is contained in:
parent
710ac3dda0
commit
ae7c55d98e
|
@ -1,3 +1,11 @@
|
|||
2016-02-05 Sebastian Rasmussen <sebras@gmail.com>
|
||||
|
||||
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 <wl@gnu.org>
|
||||
|
||||
[base] Fix advance width loading for MM and GX fonts (#47064).
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue