Changeset 6e7e2b36 for src/driver


Ignore:
Timestamp:
Jun 1, 2015, 8:52:19 PM (10 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:
c3a4385
Parents:
d1d17f5
Message:

redo automake seventh attempt

Location:
src/driver
Files:
4 moved

Legend:

Unmodified
Added
Removed
  • TabularUnified src/driver/Makefile.in

    rd1d17f5 r6e7e2b36  
    3838bin_PROGRAMS = cfa$(EXEEXT)
    3939cc1lib_PROGRAMS = cc1$(EXEEXT)
    40 subdir = driver
     40subdir = src/driver
    4141DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
    4242ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     
    195195          esac; \
    196196        done; \
    197         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu driver/Makefile'; \
     197        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/driver/Makefile'; \
    198198        $(am__cd) $(top_srcdir) && \
    199           $(AUTOMAKE) --gnu driver/Makefile
     199          $(AUTOMAKE) --gnu src/driver/Makefile
    200200.PRECIOUS: Makefile
    201201Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset for help on using the changeset viewer.