Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.in

    r857638d ra5c722b  
    290290LTLIBOBJS = @LTLIBOBJS@
    291291MACHINE_TYPE = @MACHINE_TYPE@
     292MAINT = @MAINT@
    292293MAKEINFO = @MAKEINFO@
    293294MKDIR_P = @MKDIR_P@
     
    371372am--refresh: Makefile
    372373        @:
    373 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am  $(am__configure_deps)
     374$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
    374375        @for dep in $?; do \
    375376          case '$(am__configure_deps)' in \
     
    397398        $(SHELL) ./config.status --recheck
    398399
    399 $(top_srcdir)/configure: $(am__configure_deps)
     400$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
    400401        $(am__cd) $(srcdir) && $(AUTOCONF)
    401 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
     402$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
    402403        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
    403404$(am__aclocal_m4_deps):
     
    410411        @rm -f stamp-h1
    411412        cd $(top_builddir) && $(SHELL) ./config.status config.h
    412 $(top_srcdir)/src/config.h.in: $(am__configure_deps)
     413$(top_srcdir)/src/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
    413414        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
    414415        rm -f stamp-h1
Note: See TracChangeset for help on using the changeset viewer.