mirror of
git://git.sv.nongnu.org/freetype/freetype2.git
synced 2026-01-19 04:52:09 +00:00
Whitespace, formatting, minor spelling fix.
This commit is contained in:
@@ -274,8 +274,8 @@ dist:
|
||||
# GNU `config' git repository), relative to the `tmp' directory used during
|
||||
# `make dist'.
|
||||
#
|
||||
# GNU_CONFIG_GIT_URL = git://git.savannah.gnu.org/config.git
|
||||
GNU_CONFIG_GIT_URL = https://git.savannah.gnu.org/git/config.git
|
||||
# GNU_CONFIG_GIT_URL = git://git.savannah.gnu.org/config.git
|
||||
GNU_CONFIG_GIT_URL = https://git.savannah.gnu.org/git/config.git
|
||||
GNU_CONFIG_DESTDIR = $(TOP_DIR)/subprojects/gnu-config
|
||||
|
||||
CONFIG_GUESS = $(GNU_CONFIG_DESTDIR)/config.guess
|
||||
|
||||
@@ -110,12 +110,14 @@ LDFLAGS := @LDFLAGS@
|
||||
|
||||
# export symbols
|
||||
#
|
||||
CCraw_build := @CC_BUILD@ # native CC of building system
|
||||
E_BUILD := @EXEEXT_BUILD@ # extension for executable on building system
|
||||
EXPORTS_LIST := $(OBJ_DIR)/ftexport.sym
|
||||
CCexe := $(CCraw_build) # used to compile `apinames' only, see exports.mk
|
||||
CCexe_CFLAGS := @CFLAGS_BUILD@ # ditto.
|
||||
CCexe_LDFLAGS := @LDFLAGS_BUILD@ # ditto.
|
||||
CCraw_build := @CC_BUILD@ # native CC of building system
|
||||
E_BUILD := @EXEEXT_BUILD@ # extension for executable on
|
||||
# building system
|
||||
EXPORTS_LIST := $(OBJ_DIR)/ftexport.sym
|
||||
CCexe := $(CCraw_build) # used to compile `apinames` only,
|
||||
# see `exports.mk`
|
||||
CCexe_CFLAGS := @CFLAGS_BUILD@ # ditto
|
||||
CCexe_LDFLAGS := @LDFLAGS_BUILD@ # ditto
|
||||
|
||||
|
||||
# Library linking.
|
||||
|
||||
Reference in New Issue
Block a user