* builds/freetype.mk (FT_CC): Removed. Unused.

This commit is contained in:
Werner Lemberg 2013-12-05 15:53:27 +01:00
parent 64b395cca6
commit fcdb784082
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-12-05 Werner Lemberg <wl@gnu.org>
* builds/freetype.mk (FT_CC): Removed. Unused.
2013-12-04 Werner Lemberg <wl@gnu.org>
[sfnt] Fix handling of embedded bitmap strikes.

View File

@ -147,13 +147,14 @@ ifneq ($(wildcard $(OBJ_DIR)/ftoption.h),)
FTOPTION_FLAG := $DFT_CONFIG_OPTIONS_H="<ftoption.h>"
endif
# Note that a build with the `configure' script uses $(CFLAGS) only.
#
FT_CFLAGS = $(CPPFLAGS) \
$(INCLUDE_FLAGS) \
$(CFLAGS) \
$DFT2_BUILD_LIBRARY \
$DFT_CONFIG_MODULES_H="<ftmodule.h>" \
$(FTOPTION_FLAG)
FT_CC = $(CC) $(FT_CFLAGS)
FT_COMPILE = $(CC) $(ANSIFLAGS) $(FT_CFLAGS)