Ignore:
Timestamp:
Dec 15, 2016, 10:58:04 AM (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:
c7800bfc
Parents:
74e5a3aa
Message:

Fixed makefile dependencies by using gcc -imacros flag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/Makefile.am

    r74e5a3aa rc5a8c5b  
    3434         ${AM_V_GEN}@BACKEND_CC@ @CFA_FLAGS@ -D__CFA_DEBUG__ -O0 -c -o $@ $<
    3535
    36 EXTRA_FLAGS = -g -Wall -Wno-unused-function -I${abs_top_srcdir}/src/libcfa/libhdr @CFA_FLAGS@
     36EXTRA_FLAGS = -g -Wall -Wno-unused-function -I${abs_top_srcdir}/src/libcfa/libhdr -imacros libcfa-prelude.c @CFA_FLAGS@
    3737
    3838AM_CCASFLAGS = @CFA_FLAGS@
     
    4747% : %.c
    4848        @true
    49 
    50 # %.$(OJBEXT) : libcfa-prelude.c
    51 #       echo "FRED"
    52 #       @false
    53 #       ${AM_V_CC} ${abs_top_srcdir}/src/driver/cfa
    5449
    5550concurrency/libcfa_a-invoke.o : concurrency/invoke.c
Note: See TracChangeset for help on using the changeset viewer.