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
  • benchmark/Makefile.in

    re614d73 rbf71cfd  
    9393host_triplet = @host@
    9494noinst_PROGRAMS =
    95 subdir = src/benchmark
     95subdir = benchmark
    9696ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    9797am__aclocal_m4_deps = $(top_srcdir)/configure.ac
     
    281281          esac; \
    282282        done; \
    283         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/benchmark/Makefile'; \
     283        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign benchmark/Makefile'; \
    284284        $(am__cd) $(top_srcdir) && \
    285           $(AUTOMAKE) --foreign src/benchmark/Makefile
     285          $(AUTOMAKE) --foreign benchmark/Makefile
    286286Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    287287        @case '$?' in \
Note: See TracChangeset for help on using the changeset viewer.