Misc: Minor English fixes (GCI 2018)

This commit is contained in:
kuaLeYi
2018-11-20 09:45:51 -06:00
committed by Joel Sherrill
parent edae517758
commit bde6ac2060
4 changed files with 24 additions and 23 deletions

View File

@@ -17,7 +17,7 @@ LIBSUFFIX_VA = $(LIB_VARIANT).a
# Pull in the desired "target" compiler
# Programs built on the host use automake generated rules.
# This will not change $(ARCH) -- binaries will still be place as per target
# This will not change $(ARCH) -- binaries will still be placed as per target
include ${CONFIG.CC}
ifeq (${DEPEND},$(wildcard ${DEPEND}))
include ${DEPEND} # pull in dependencies if they exist
@@ -32,7 +32,7 @@ debug:
endif
#
# VARIANT_VA will convert our ${ARCH} back into "" or "debug".
# VARIANT_VA will convert our ${ARCH} back to "" or "debug".
# Handy when one makefile wants to hop over into a peer's tree and
# build something "the same" way.
#