Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/prelude/Makefile.in

    r0720749b r42655e8  
    510510# create forward declarations for cfa builtins
    511511builtins.cf : builtins.c ${CC}
    512         ${AM_V_GEN}cfa ${AM_CFLAGS} -E -P ${<} -o ${@} -MD -MP -MF $(DEPDIR)/builtins.Po
     512        ${AM_V_GEN}gcc ${AM_CFLAGS} -E -P ${<} -o ${@} -MD -MP -MF $(DEPDIR)/builtins.Po -D__cforall
    513513        ${AM_V_at}sed -i 's/builtins.o/builtins.cf/g' $(DEPDIR)/builtins.Po
    514514
Note: See TracChangeset for help on using the changeset viewer.