diff options
author | Shawn Routhier <sar@isc.org> | 2011-09-13 23:53:36 +0000 |
---|---|---|
committer | Shawn Routhier <sar@isc.org> | 2011-09-13 23:53:36 +0000 |
commit | 7f4a99cc23802997d224b6fab01c3310f532ec66 (patch) | |
tree | d72565a9a4de65110fadd10241680f794ac4175a /Makefile.in | |
parent | 2610b8f6fddd0e95aeed7fad93608c36d2cece2c (diff) | |
download | isc-dhcp-7f4a99cc23802997d224b6fab01c3310f532ec66.tar.gz |
automake regeneration
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index 40b8f5e6..42685891 100644 --- a/Makefile.in +++ b/Makefile.in @@ -107,6 +107,7 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ OBJEXT = @OBJEXT@ @@ -193,7 +194,7 @@ all: all-recursive .SUFFIXES: am--refresh: @: -$(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 \ case '$(am__configure_deps)' in \ *$$dep*) \ @@ -211,9 +212,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck -$(top_srcdir)/configure: $(am__configure_deps) +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(srcdir) && $(AUTOCONF) -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) install-nobase_includeHEADERS: $(nobase_include_HEADERS) @$(NORMAL_INSTALL) |