diff options
| author | Mike Hommey <glandium@debian.org> | 2010-03-18 07:40:32 +0100 |
|---|---|---|
| committer | Mike Hommey <glandium@debian.org> | 2010-03-18 07:40:32 +0100 |
| commit | eb5d521a2df72fa829a7f8196b957c696e7ccc58 (patch) | |
| tree | 224599e18a48f87e82aa8a32456563277c68ae58 /include/Makefile.in | |
| parent | 8a10e02b2f4971d3fdacab7dc7baecced34056fb (diff) | |
| download | libxml2-upstream/2.7.7.dfsg.tar.gz | |
Import upstream version 2.7.7upstream/2.7.7.dfsg
Diffstat (limited to 'include/Makefile.in')
| -rw-r--r-- | include/Makefile.in | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/include/Makefile.in b/include/Makefile.in index cbe9746..c0d974c 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -36,8 +36,10 @@ host_triplet = @host@ subdir = include DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/configure.in +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs @@ -356,7 +358,7 @@ clean-libtool: # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): - @failcom='exit 1'; \ + @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ @@ -381,7 +383,7 @@ $(RECURSIVE_TARGETS): fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): - @failcom='exit 1'; \ + @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ |
