Ignore:
Timestamp:
Apr 24, 2017, 2:35:46 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:
026a0f5, 89a9be2
Parents:
00303d50
Message:

Fixed machinte type dependency on tests folders not in the git repo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/Makefile.am

    r00303d50 r47f9422  
    2929# applies to both programs
    3030EXTRA_FLAGS =
    31 CFLAGS = 2> .err/${@}.log -g -Wall -Wno-unused-function @CFA_FLAGS@ ${EXTRA_FLAGS}
     31BUILD_FLAGS = -g -Wall -Wno-unused-function @CFA_FLAGS@ ${EXTRA_FLAGS}
     32CFLAGS = 2> .err/${@}.log ${BUILD_FLAGS}
    3233CC = @CFA_BINDIR@/@CFA_NAME@
    3334
     
    5253
    5354.dummy : .dummy.c
    54         ${CC} ${CFLAGS} -XCFA -n ${<} -o ${@}
     55        ${CC} ${BUILD_FLAGS} -XCFA -n ${<} -o ${@}                              #don't use CFLAGS, this rule is not a real test
    5556
    5657constant0-1DP : constant0-1.c
Note: See TracChangeset for help on using the changeset viewer.