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

Location:
tests/preempt_longrun
Files:
14 moved

Legend:

Unmodified
Added
Removed
  • tests/preempt_longrun/Makefile.in

    re614d73 rbf71cfd  
    9191build_triplet = @build@
    9292host_triplet = @host@
    93 subdir = src/tests/preempt_longrun
     93subdir = tests/preempt_longrun
    9494ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    9595am__aclocal_m4_deps = $(top_srcdir)/configure.ac
     
    479479          esac; \
    480480        done; \
    481         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/tests/preempt_longrun/Makefile'; \
     481        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/preempt_longrun/Makefile'; \
    482482        $(am__cd) $(top_srcdir) && \
    483           $(AUTOMAKE) --foreign src/tests/preempt_longrun/Makefile
     483          $(AUTOMAKE) --foreign tests/preempt_longrun/Makefile
    484484Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    485485        @case '$?' in \
Note: See TracChangeset for help on using the changeset viewer.