Changeset a715b5c for libcfa/prelude/Makefile.am
- Timestamp:
- Aug 29, 2018, 3:39:12 PM (4 years ago)
- Branches:
- arm-eh, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 2bfc6b2
- Parents:
- f8b69da7 (diff), 42655e8 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/prelude/Makefile.am
rf8b69da7 ra715b5c 55 55 # create forward declarations for cfa builtins 56 56 builtins.cf : builtins.c ${CC} 57 ${AM_V_GEN} cfa ${AM_CFLAGS} -E -P ${<} -o ${@} -MD -MP -MF $(DEPDIR)/builtins.Po57 ${AM_V_GEN}gcc ${AM_CFLAGS} -E -P ${<} -o ${@} -MD -MP -MF $(DEPDIR)/builtins.Po -D__cforall 58 58 ${AM_V_at}sed -i 's/builtins.o/builtins.cf/g' $(DEPDIR)/builtins.Po 59 59
Note: See TracChangeset
for help on using the changeset viewer.