Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.in

    ra5c722b r54cd58b0  
    170170AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
    171171        cscope distdir dist dist-all distcheck
    172 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
     172am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
     173        $(LISP)config.h.in
    173174# Read a list of newline-separated strings from the standard input,
    174175# and print each of them once, without duplicates.  Input order is
     
    191192CSCOPE = cscope
    192193DIST_SUBDIRS = $(SUBDIRS)
    193 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/automake/compile \
     194am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
     195        $(top_srcdir)/automake/compile \
    194196        $(top_srcdir)/automake/config.guess \
    195197        $(top_srcdir)/automake/config.sub \
    196198        $(top_srcdir)/automake/install-sh \
    197         $(top_srcdir)/automake/missing $(top_srcdir)/src/config.h.in \
    198         INSTALL README automake/compile automake/config.guess \
    199         automake/config.sub automake/depcomp automake/install-sh \
    200         automake/missing automake/ylwrap
     199        $(top_srcdir)/automake/missing INSTALL README automake/compile \
     200        automake/config.guess automake/config.sub automake/depcomp \
     201        automake/install-sh automake/missing automake/ylwrap
    201202DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    202203distdir = $(PACKAGE)-$(VERSION)
     
    408409        @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
    409410
    410 stamp-h1: $(top_srcdir)/src/config.h.in $(top_builddir)/config.status
     411stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
    411412        @rm -f stamp-h1
    412413        cd $(top_builddir) && $(SHELL) ./config.status config.h
    413 $(top_srcdir)/src/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
     414$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
    414415        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
    415416        rm -f stamp-h1
Note: See TracChangeset for help on using the changeset viewer.