Changeset 7c03d6d for src


Ignore:
Timestamp:
Jul 7, 2017, 12:06:12 PM (7 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

Location:
src/tests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/tests/Makefile.am

    r3f12158 r7c03d6d  
    3030# applies to both programs
    3131DEBUG_FLAGS =
     32
    3233BUILD_FLAGS = -g -Wall -Wno-unused-function -quiet @CFA_FLAGS@
    3334if !BUILD_DEBUG
     
    3738BUILD_FLAGS += -debug
    3839else
    39 BUILD_FLAGS += ${BUILD_FLAGS}
     40BUILD_FLAGS += ${DEBUG_FLAGS}
    4041endif
    4142endif
  • 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.