Changeset 6aa5ec0f for Makefile.in


Ignore:
Timestamp:
May 27, 2015, 3:05:16 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:
6244dfb, be5aa1b
Parents:
8a0a7309
Message:

fix automake eighth attempt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.in

    r8a0a7309 r6aa5ec0f  
    146146LIBS = @LIBS@
    147147LTLIBOBJS = @LTLIBOBJS@
     148MAINT = @MAINT@
    148149MAKEINFO = @MAKEINFO@
    149150MKDIR_P = @MKDIR_P@
     
    215216am--refresh: Makefile
    216217        @:
    217 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am  $(am__configure_deps)
     218$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
    218219        @for dep in $?; do \
    219220          case '$(am__configure_deps)' in \
     
    242243        $(SHELL) ./config.status --recheck
    243244
    244 $(top_srcdir)/configure: $(am__configure_deps)
     245$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
    245246        $(am__cd) $(srcdir) && $(AUTOCONF)
    246 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
     247$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
    247248        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
    248249$(am__aclocal_m4_deps):
     
    255256        @rm -f stamp-h1
    256257        cd $(top_builddir) && $(SHELL) ./config.status config.h
    257 $(srcdir)/config.h.in: $(am__configure_deps)
     258$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
    258259        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
    259260        rm -f stamp-h1
Note: See TracChangeset for help on using the changeset viewer.