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

« back to all changes in this revision

Viewing changes to dst/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:
98
98
LIBOBJS = @LIBOBJS@
99
99
LIBS = @LIBS@
100
100
LTLIBOBJS = @LTLIBOBJS@
 
101
MAINT = @MAINT@
101
102
MAKEINFO = @MAKEINFO@
102
103
MKDIR_P = @MKDIR_P@
103
104
OBJEXT = @OBJEXT@
168
169
 
169
170
.SUFFIXES:
170
171
.SUFFIXES: .c .o .obj
171
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
172
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
172
173
        @for dep in $?; do \
173
174
          case '$(am__configure_deps)' in \
174
175
            *$$dep*) \
193
194
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
194
195
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
195
196
 
196
 
$(top_srcdir)/configure:  $(am__configure_deps)
 
197
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
197
198
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
198
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
199
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
199
200
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
200
201
install-libLIBRARIES: $(lib_LIBRARIES)
201
202
        @$(NORMAL_INSTALL)