Changeset 6e7e2b36 for src/libcfa


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

redo automake seventh attempt

Location:
src/libcfa
Files:
5 moved

Legend:

Unmodified
Added
Removed
  • src/libcfa/Makefile.in

    rd1d17f5 r6e7e2b36  
    3737PRE_UNINSTALL = :
    3838POST_UNINSTALL = :
    39 subdir = libcfa
     39subdir = src/libcfa
    4040DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
    4141ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     
    219219          esac; \
    220220        done; \
    221         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libcfa/Makefile'; \
     221        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/libcfa/Makefile'; \
    222222        $(am__cd) $(top_srcdir) && \
    223           $(AUTOMAKE) --gnu libcfa/Makefile
     223          $(AUTOMAKE) --gnu src/libcfa/Makefile
    224224.PRECIOUS: Makefile
    225225Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset for help on using the changeset viewer.