~ubuntu-branches/debian/sid/isc-dhcp/sid

« back to all changes in this revision

Viewing changes to client/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Andrew Pollock
  • Date: 2012-06-09 14:01:05 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20120609140105-lqcz2t0rsefwzamt
Tags: 4.2.4-1
* New upstream release
* debian/control: reformatted Uploaders so that dch doesn't think I'm making
  NMUs
* debian/rules: do a clean between the LDAP-enabled build and the
  non-LDAP-enabled one, so that no LDAP-related artefacts are accidently
  incorporated into the non-LDAP build
* debian/dhclient-script.*: conditionalise the chown/chmod of the new
  resolv.conf on the existence of the old one (closes: #595400)
* debian/dhclient-script.linux: comply with RFC 3442 and ignore
  the routers option if the rfc3442-classless-static-routes option is present
  (closes: #592735)
* debian/dhclient-script.kfreebsd: fix subnet mask handling (closes: #677985)

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
LIBOBJS = @LIBOBJS@
106
106
LIBS = @LIBS@
107
107
LTLIBOBJS = @LTLIBOBJS@
 
108
MAINT = @MAINT@
108
109
MAKEINFO = @MAKEINFO@
109
110
MKDIR_P = @MKDIR_P@
110
111
OBJEXT = @OBJEXT@
180
181
 
181
182
.SUFFIXES:
182
183
.SUFFIXES: .c .o .obj
183
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
184
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
184
185
        @for dep in $?; do \
185
186
          case '$(am__configure_deps)' in \
186
187
            *$$dep*) \
205
206
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
206
207
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
207
208
 
208
 
$(top_srcdir)/configure:  $(am__configure_deps)
 
209
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
209
210
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
210
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
211
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
211
212
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
212
213
install-sbinPROGRAMS: $(sbin_PROGRAMS)
213
214
        @$(NORMAL_INSTALL)