Ignore:
Timestamp:
Jul 7, 2017, 12:06:12 PM (8 years ago)
Author:
Thierry Delisle <tdelisle@…>
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:
0fc9756b, eaace25, fab6ded
Parents:
3f12158
Message:

Fixed copy-paste mistake in makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/Makefile.in

    r3f12158 r7c03d6d  
    9494@BUILD_DEBUG_FALSE@am__append_2 = -nodebug
    9595@BUILD_DEBUG_TRUE@@BUILD_RELEASE_FALSE@am__append_3 = -debug
    96 @BUILD_DEBUG_TRUE@@BUILD_RELEASE_TRUE@am__append_4 = ${BUILD_FLAGS}
     96@BUILD_DEBUG_TRUE@@BUILD_RELEASE_TRUE@am__append_4 = ${DEBUG_FLAGS}
    9797EXTRA_PROGRAMS = fstream_test$(EXEEXT) vector_test$(EXEEXT) \
    9898        avl_test$(EXEEXT)
Note: See TracChangeset for help on using the changeset viewer.