Changeset 4084928e for tools/Makefile.in
- Timestamp:
- Aug 6, 2018, 9:02:25 AM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- f47d0ad
- Parents:
- 364d70c (diff), f271bdd (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/Makefile.in
r364d70c r4084928e 186 186 AWK = @AWK@ 187 187 BACKEND_CC = @BACKEND_CC@ 188 BUILD_IN_TREE_FLAGS = @BUILD_IN_TREE_FLAGS@ 189 BUILD_IN_TREE_FLAGS_NOLIB = @BUILD_IN_TREE_FLAGS_NOLIB@ 188 190 CC = @BACKEND_CC@ 189 191 CCAS = @CCAS@ … … 191 193 CCASFLAGS = @CCASFLAGS@ 192 194 CCDEPMODE = @CCDEPMODE@ 195 CFACC = @CFACC@ 196 CFACPP = @CFACPP@ 193 197 CFA_BACKEND_CC = @CFA_BACKEND_CC@ 194 198 CFA_BINDIR = @CFA_BINDIR@ … … 207 211 DEFS = @DEFS@ 208 212 DEPDIR = @DEPDIR@ 213 DRIVER_DIR = @DRIVER_DIR@ 209 214 ECHO_C = @ECHO_C@ 210 215 ECHO_N = @ECHO_N@
Note:
See TracChangeset
for help on using the changeset viewer.