Changeset a0dcd2e for src/tests/Makefile.in
- Timestamp:
- Jun 20, 2016, 3:03:18 PM (10 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, stuck-waitfor-destruct, with_gc
- Children:
- 21eb693
- Parents:
- 9724df0
- File:
-
- 1 edited
-
src/tests/Makefile.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/Makefile.in
r9724df0 ra0dcd2e 621 621 622 622 623 Constant0-1DP : Constant0-1.c 624 ${CC} ${CFLAGS} -DDUPS ${<} -o ${@} 625 626 Constant0-1ND : Constant0-1.c 627 ${CC} ${CFLAGS} -DNEWDECL ${<} -o ${@} 628 629 Constant0-1NDDP : Constant0-1.c 630 ${CC} ${CFLAGS} -DNEWDECL -DDUPS ${<} -o ${@} 631 623 632 # Tell versions [3.59,3.63) of GNU make to not export all variables. 624 633 # Otherwise a system limit (for SysV at least) may be exceeded.
Note:
See TracChangeset
for help on using the changeset viewer.