diff options
Diffstat (limited to 'debian/Makefile.in')
-rw-r--r-- | debian/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/Makefile.in b/debian/Makefile.in index 730c6e0..fd1cf57 100644 --- a/debian/Makefile.in +++ b/debian/Makefile.in @@ -89,7 +89,7 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ $(top_srcdir)/cf/hack/debian_auth.m4.in \ $(top_srcdir)/cf/hack/virthost_by_ip.m4.in \ $(top_srcdir)/cf/ostype/debian.m4.in $(top_srcdir)/configure \ - $(top_srcdir)/examples/dhcp3/dhclient-exit-hooks.d/sendmail.in \ + $(top_srcdir)/examples/dhcp/dhclient-exit-hooks.d/sendmail.in \ $(top_srcdir)/examples/network/if-down.d/sendmail.in \ $(top_srcdir)/examples/network/if-up.d/sendmail.in \ $(top_srcdir)/examples/ppp/ip-down.d/sendmail.in \ @@ -130,7 +130,7 @@ CONFIG_CLEAN_FILES = build/autoconf.mk build/autoconf.pl \ cf/domain/debian-msp.m4 cf/domain/debian-mta.m4 \ cf/hack/debian_auth.m4 cf/hack/virthost_by_ip.m4 \ cf/ostype/debian.m4 \ - examples/dhcp3/dhclient-exit-hooks.d/sendmail \ + examples/dhcp/dhclient-exit-hooks.d/sendmail \ examples/network/if-down.d/sendmail \ examples/network/if-up.d/sendmail \ examples/ppp/ip-down.d/sendmail examples/ppp/ip-up.d/sendmail \ @@ -531,7 +531,7 @@ cf/hack/virthost_by_ip.m4: $(top_builddir)/config.status $(top_srcdir)/cf/hack/v cd $(top_builddir) && $(SHELL) ./config.status $@ cf/ostype/debian.m4: $(top_builddir)/config.status $(top_srcdir)/cf/ostype/debian.m4.in cd $(top_builddir) && $(SHELL) ./config.status $@ -examples/dhcp3/dhclient-exit-hooks.d/sendmail: $(top_builddir)/config.status $(top_srcdir)/examples/dhcp3/dhclient-exit-hooks.d/sendmail.in +examples/dhcp/dhclient-exit-hooks.d/sendmail: $(top_builddir)/config.status $(top_srcdir)/examples/dhcp/dhclient-exit-hooks.d/sendmail.in cd $(top_builddir) && $(SHELL) ./config.status $@ examples/network/if-down.d/sendmail: $(top_builddir)/config.status $(top_srcdir)/examples/network/if-down.d/sendmail.in cd $(top_builddir) && $(SHELL) ./config.status $@ |