Ignore:
Timestamp:
Aug 1, 2018, 6:24:51 PM (6 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, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
25a9b5a
Parents:
e614d73
Message:

Moved up many directories in source

File:
1 moved

Legend:

Unmodified
Added
Removed
  • libcfa/src/Makefile.in

    re614d73 rbf71cfd  
    101101# not all platforms support concurrency, add option do disable it
    102102@BUILD_CONCURRENCY_TRUE@am__append_4 = concurrency/CtxSwitch-@MACHINE_TYPE@.S concurrency/alarm.c concurrency/invoke.c concurrency/preemption.c
    103 subdir = src/libcfa
     103subdir = libcfa/src
    104104ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    105105am__aclocal_m4_deps = $(top_srcdir)/configure.ac
     
    468468          esac; \
    469469        done; \
    470         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/libcfa/Makefile'; \
     470        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libcfa/src/Makefile'; \
    471471        $(am__cd) $(top_srcdir) && \
    472           $(AUTOMAKE) --foreign src/libcfa/Makefile
     472          $(AUTOMAKE) --foreign libcfa/src/Makefile
    473473Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    474474        @case '$?' in \
Note: See TracChangeset for help on using the changeset viewer.