Changeset 42336618 for Makefile.in


Ignore:
Timestamp:
May 27, 2015, 1:51:38 PM (9 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
Children:
f7d59bf
Parents:
4d51835
Message:

fix automake fifth attempt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.in

    r4d51835 r42336618  
    3737        $(top_srcdir)/configure $(top_srcdir)/driver/Makefile.in \
    3838        $(top_srcdir)/libcfa/Makefile.in $(top_srcdir)/src/Makefile.in \
    39         $(top_srcdir)/src/examples/Makefile.in INSTALL install-sh \
    40         missing
     39        $(top_srcdir)/src/examples/Makefile.in COPYING INSTALL \
     40        install-sh missing
    4141ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    4242am__aclocal_m4_deps = $(top_srcdir)/configure.ac
     
    204204top_builddir = @top_builddir@
    205205top_srcdir = @top_srcdir@
     206AUTOMAKE_OPTIONS = foreign
    206207SUBDIRS = driver src libcfa  # order important, src before libcfa because cfa-cpp used to build prelude
    207208
Note: See TracChangeset for help on using the changeset viewer.