forked from Imagelibrary/rtems
Misc: Minor English fixes (GCI 2018)
This commit is contained in:
@@ -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.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user