Difference for crossedit/Makefile.in from version 1.21 to 1.22


version 1.21 version 1.22
Line 164
 
Line 164
 LIBTOOL = @LIBTOOL@  LIBTOOL = @LIBTOOL@
 LN_S = @LN_S@  LN_S = @LN_S@
 LTLIBOBJS = @LTLIBOBJS@  LTLIBOBJS = @LTLIBOBJS@
   MAINT = @MAINT@
   MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
   MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 MAKEINFO = @MAKEINFO@  MAKEINFO = @MAKEINFO@
 OBJEXT = @OBJEXT@  OBJEXT = @OBJEXT@
 PACKAGE = @PACKAGE@  PACKAGE = @PACKAGE@
Line 280
 
Line 283
   
 .SUFFIXES:  .SUFFIXES:
 .SUFFIXES: .c .lo .o .obj  .SUFFIXES: .c .lo .o .obj
 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)  $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
  @for dep in $?; do \   @for dep in $?; do \
    case '$(am__configure_deps)' in \     case '$(am__configure_deps)' in \
      *$$dep*) \       *$$dep*) \
Line 305
 
Line 308
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh   cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
   
 $(top_srcdir)/configure:  $(am__configure_deps)  $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh   cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)  $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh   cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 install-binPROGRAMS: $(bin_PROGRAMS)  install-binPROGRAMS: $(bin_PROGRAMS)
  @$(NORMAL_INSTALL)   @$(NORMAL_INSTALL)


Legend:
line(s) removed in v.1.21 
line(s) changed
 line(s) added in v.1.22

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:50