- Timestamp:
- Nov 25, 2016, 6:11:03 PM (8 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, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 0f35657
- Parents:
- 186fd86
- Location:
- src/tests
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/Makefile.am
r186fd86 r2c57025 65 65 ${CC} ${CFALGS} -DERR1 ${<} -o ${@} 66 66 67 completeTypeError : completeTypeError.c 68 ${CC} ${CFALGS} -DERR1 ${<} -o ${@} -
src/tests/Makefile.in
r186fd86 r2c57025 673 673 ${CC} ${CFALGS} -DERR1 ${<} -o ${@} 674 674 675 completeTypeError : completeTypeError.c 676 ${CC} ${CFALGS} -DERR1 ${<} -o ${@} 677 675 678 # Tell versions [3.59,3.63) of GNU make to not export all variables. 676 679 # Otherwise a system limit (for SysV at least) may be exceeded.
Note: See TracChangeset
for help on using the changeset viewer.