Ignore:
Timestamp:
Sep 9, 2021, 2:47:40 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
Children:
2c7d0e8
Parents:
e5aba4a
Message:

Added rule to remake call.cfa when the in-file is changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/Makefile.am

    re5aba4a rfdc3f9d  
    192192        $(CFACOMPILE) -quiet -XCFA,-l ${<} -c -o ${@}
    193193
     194concurrency/io/call.cfa: $(srcdir)/concurrency/io/call.cfa.in
     195        ${AM_V_GEN}python3 $< > $@
     196
    194197#----------------------------------------------------------------------------------------------------------------
    195198libcfa_la_SOURCES = ${libsrc}
Note: See TracChangeset for help on using the changeset viewer.