diff options
author | Shawn Routhier <sar@isc.org> | 2011-09-13 23:04:20 +0000 |
---|---|---|
committer | Shawn Routhier <sar@isc.org> | 2011-09-13 23:04:20 +0000 |
commit | 086bd8f5020cebd5f9cdb94074ee5103359ff481 (patch) | |
tree | 934ddd498358485d6bbb6d8198b75b0d1add7414 /omapip/Makefile.in | |
parent | 4c9968d6c0df784dfc18d8393917ea5042dd1293 (diff) | |
download | isc-dhcp-086bd8f5020cebd5f9cdb94074ee5103359ff481.tar.gz |
automake regeneration
Diffstat (limited to 'omapip/Makefile.in')
-rw-r--r-- | omapip/Makefile.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/omapip/Makefile.in b/omapip/Makefile.in index 657ded41..86716df0 100644 --- a/omapip/Makefile.in +++ b/omapip/Makefile.in @@ -113,6 +113,7 @@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ OBJEXT = @OBJEXT@ @@ -187,7 +188,7 @@ all: all-am .SUFFIXES: .SUFFIXES: .c .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 \ case '$(am__configure_deps)' in \ *$$dep*) \ @@ -212,9 +213,9 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 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 -$(ACLOCAL_M4): $(am__aclocal_m4_deps) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh install-libLIBRARIES: $(lib_LIBRARIES) @$(NORMAL_INSTALL) |