Changeset 8f1b0e1 for Makefile.in


Ignore:
Timestamp:
May 26, 2015, 12:47:33 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:
a77e7b5
Parents:
7e91d4f
Message:

add generic .gitignore, delete mkinstalldirs, fix configure.ac third attempt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.in

    r7e91d4f r8f1b0e1  
    3838        $(top_srcdir)/libcfa/Makefile.in $(top_srcdir)/src/Makefile.in \
    3939        $(top_srcdir)/src/examples/Makefile.in INSTALL TODO install-sh \
    40         missing mkinstalldirs
     40        missing
    4141ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    4242am__aclocal_m4_deps = $(top_srcdir)/configure.ac
     
    4545am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
    4646 configure.lineno config.status.lineno
    47 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
     47mkinstalldirs = $(install_sh) -d
    4848CONFIG_HEADER = config.h
    4949CONFIG_CLEAN_FILES = src/Makefile driver/Makefile libcfa/Makefile \
Note: See TracChangeset for help on using the changeset viewer.